Searched defs:LookupCtx (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 487 DeclContext *LookupCtx = nullptr; BuildCXXNestedNameSpecifier() local [all...] |
H A D | SemaCoroutine.cpp | 274 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); in buildCoroutineHandle() local
|
H A D | SemaTemplate.cpp | 394 DeclContext *LookupCtx = nullptr; LookupTemplateName() local 633 DeclContext *LookupCtx = nullptr; diagnoseExprIntendedAsTemplateName() local 4254 DeclContext *LookupCtx = computeDeclContext(SS, /*EnteringContext*/false); ActOnTemplateIdType() local 5211 DeclContext *LookupCtx = nullptr; ActOnTemplateName() local [all...] |
H A D | SemaLookup.cpp | 2421 LookupQualifiedName(LookupResult & R,DeclContext * LookupCtx,bool InUnqualifiedLookup) LookupQualifiedName() argument 2690 LookupQualifiedName(LookupResult & R,DeclContext * LookupCtx,CXXScopeSpec & SS) LookupQualifiedName() argument [all...] |
H A D | SemaExprCXX.cpp | 267 if (!LookupCtx) in getDestructorName() local 279 if (!LookupCtx) in getDestructorName() local
|
H A D | SemaDecl.cpp | 349 DeclContext *LookupCtx = nullptr; getTypeName() local
|
H A D | SemaExpr.cpp | 2472 DiagnoseEmptyLookup(Scope * S,CXXScopeSpec & SS,LookupResult & R,CorrectionCandidateCallback & CCC,TemplateArgumentListInfo * ExplicitTemplateArgs,ArrayRef<Expr * > Args,DeclContext * LookupCtx,TypoExpr ** Out) DiagnoseEmptyLookup() argument
|