Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Drpcnsip.d16 RPC_NS_HANDLE LookupContext; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp1847 DeclContext *LookupContext = SemanticContext; in CheckClassTemplate() local
1848 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
1849 LookupContext = LookupContext->getLookupParent(); in CheckClassTemplate()
1850 LookupQualifiedName(Previous, LookupContext); in CheckClassTemplate()
H A DSemaDeclCXX.cpp12073 DeclContext *LookupContext = computeDeclContext(SS); in BuildUsingDeclaration() local
12076 if (!LookupContext || EllipsisLoc.isValid()) { in BuildUsingDeclaration()
12105 if (RequireCompleteDeclContext(SS, LookupContext)) in BuildUsingDeclaration()
12125 LookupQualifiedName(R, LookupContext); in BuildUsingDeclaration()
12139 isa<TranslationUnitDecl>(LookupContext) && in BuildUsingDeclaration()
12150 << NameInfo.getName() << LookupContext << 0 in BuildUsingDeclaration()
12190 << NameInfo.getName() << LookupContext << SS.getRange(); in BuildUsingDeclaration()