Searched defs:LookupCtx (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 422 DeclContext *LookupCtx = nullptr; BuildCXXNestedNameSpecifier() local [all...] |
H A D | SemaCoroutine.cpp | 274 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); buildCoroutineHandle() local
|
H A D | SemaTemplate.cpp | 392 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 D | SemaLookup.cpp | 2392 LookupQualifiedName(LookupResult & R,DeclContext * LookupCtx,bool InUnqualifiedLookup) LookupQualifiedName() argument 2666 LookupQualifiedName(LookupResult & R,DeclContext * LookupCtx,CXXScopeSpec & SS) LookupQualifiedName() argument [all...] |
H A D | SemaExprCXX.cpp | 266 DeclContext *LookupCtx = computeDeclContext(SearchType); getDestructorName() local 278 DeclContext *LookupCtx = computeDeclContext(LookupSS, EnteringContext); getDestructorName() local
|
H A D | SemaDecl.cpp | 301 DeclContext *LookupCtx = nullptr; getTypeName() local
|
H A D | SemaExpr.cpp | 2429 DiagnoseEmptyLookup(Scope * S,CXXScopeSpec & SS,LookupResult & R,CorrectionCandidateCallback & CCC,TemplateArgumentListInfo * ExplicitTemplateArgs,ArrayRef<Expr * > Args,DeclContext * LookupCtx,TypoExpr ** Out) DiagnoseEmptyLookup() argument
|