Home
last modified time | relevance | path

Searched refs:LookupContext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1935 DeclContext *LookupContext = SemanticContext; in CheckClassTemplate() local
1936 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
1937 LookupContext = LookupContext->getLookupParent(); in CheckClassTemplate()
1938 LookupQualifiedName(Previous, LookupContext); in CheckClassTemplate()
H A DSemaDeclCXX.cpp12770 DeclContext *LookupContext = computeDeclContext(SS); in BuildUsingDeclaration() local
12772 if (!LookupContext || EllipsisLoc.isValid()) { in BuildUsingDeclaration()
12775 if (!LookupContext && CheckUsingDeclQualifier(UsingLoc, HasTypenameKeyword, in BuildUsingDeclaration()
12809 if (RequireCompleteDeclContext(SS, LookupContext)) in BuildUsingDeclaration()
12829 LookupQualifiedName(R, LookupContext); in BuildUsingDeclaration()
12853 isa<TranslationUnitDecl>(LookupContext) && in BuildUsingDeclaration()
12864 << NameInfo.getName() << LookupContext << 0 in BuildUsingDeclaration()
12904 << NameInfo.getName() << LookupContext << SS.getRange(); in BuildUsingDeclaration()