Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp487 DeclContext *LookupCtx = nullptr; BuildCXXNestedNameSpecifier() local
[all...]
H A DSemaCoroutine.cpp274 DeclContext *LookupCtx = S.computeDeclContext(CoroHandleType); in buildCoroutineHandle() local
H A DSemaTemplate.cpp394 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 DSemaLookup.cpp2421 LookupQualifiedName(LookupResult & R,DeclContext * LookupCtx,bool InUnqualifiedLookup) LookupQualifiedName() argument
2690 LookupQualifiedName(LookupResult & R,DeclContext * LookupCtx,CXXScopeSpec & SS) LookupQualifiedName() argument
[all...]
H A DSemaExprCXX.cpp267 if (!LookupCtx) in getDestructorName() local
279 if (!LookupCtx) in getDestructorName() local
H A DSemaDecl.cpp349 DeclContext *LookupCtx = nullptr; getTypeName() local
H A DSemaExpr.cpp2472 DiagnoseEmptyLookup(Scope * S,CXXScopeSpec & SS,LookupResult & R,CorrectionCandidateCallback & CCC,TemplateArgumentListInfo * ExplicitTemplateArgs,ArrayRef<Expr * > Args,DeclContext * LookupCtx,TypoExpr ** Out) DiagnoseEmptyLookup() argument