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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1703 DeclContext *LookupContext = SemanticContext; local
1704 while (LookupContext->isTransparentContext())
1705 LookupContext = LookupContext->getLookupParent();
1706 LookupQualifiedName(Previous, LookupContext);
H A DSemaDeclCXX.cpp11668 DeclContext *LookupContext = computeDeclContext(SS);
11671 if (!LookupContext || EllipsisLoc.isValid()) {
11700 if (RequireCompleteDeclContext(SS, LookupContext))
11720 LookupQualifiedName(R, LookupContext);
11735 isa<TranslationUnitDecl>(LookupContext) &&
11746 << NameInfo.getName() << LookupContext << 0
11786 << NameInfo.getName() << LookupContext << SS.getRange();

Completed in 211 milliseconds