Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplate.cpp959 DeclContext *LookupContext = SemanticContext; in CheckClassTemplate() local
960 while (LookupContext->isTransparentContext()) in CheckClassTemplate()
961 LookupContext = LookupContext->getLookupParent(); in CheckClassTemplate()
962 LookupQualifiedName(Previous, LookupContext); in CheckClassTemplate()
DSemaDeclCXX.cpp7359 DeclContext *LookupContext = computeDeclContext(SS); in BuildUsingDeclaration() local
7362 if (!LookupContext) { in BuildUsingDeclaration()
7380 if (!LookupContext) return D; in BuildUsingDeclaration()
7383 if (RequireCompleteDeclContext(SS, LookupContext)) { in BuildUsingDeclaration()
7413 LookupQualifiedName(R, LookupContext); in BuildUsingDeclaration()
7428 << NameInfo.getName() << LookupContext << 0 in BuildUsingDeclaration()
7432 << NameInfo.getName() << LookupContext << SS.getRange(); in BuildUsingDeclaration()