Home
last modified time | relevance | path

Searched defs:LookupCtx (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp422 DeclContext *LookupCtx = nullptr; BuildCXXNestedNameSpecifier() local
[all...]
H A DSemaCoroutine.cpp274 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); buildCoroutineHandle() local
H A DSemaTemplate.cpp392 DeclContext *LookupCtx = nullptr; LookupTemplateName() local
631 DeclContext *LookupCtx = nullptr; diagnoseExprIntendedAsTemplateName() local
4777 DeclContext *LookupCtx = computeDeclContext(SS, /*EnteringContext*/false); ActOnTemplateIdType() local
5715 DeclContext *LookupCtx = nullptr; ActOnTemplateName() local
[all...]
H A DSemaLookup.cpp2392 LookupQualifiedName(LookupResult & R,DeclContext * LookupCtx,bool InUnqualifiedLookup) LookupQualifiedName() argument
2666 LookupQualifiedName(LookupResult & R,DeclContext * LookupCtx,CXXScopeSpec & SS) LookupQualifiedName() argument
[all...]
H A DSemaExprCXX.cpp266 DeclContext *LookupCtx = computeDeclContext(SearchType); getDestructorName() local
278 DeclContext *LookupCtx = computeDeclContext(LookupSS, EnteringContext); getDestructorName() local
H A DSemaDecl.cpp301 DeclContext *LookupCtx = nullptr; getTypeName() local
H A DSemaExpr.cpp2429 DiagnoseEmptyLookup(Scope * S,CXXScopeSpec & SS,LookupResult & R,CorrectionCandidateCallback & CCC,TemplateArgumentListInfo * ExplicitTemplateArgs,ArrayRef<Expr * > Args,DeclContext * LookupCtx,TypoExpr ** Out) DiagnoseEmptyLookup() argument