HomeSort by: relevance | last modified time | path
    Searched refs:LookupContext (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
rpcnsip.d 16 RPC_NS_HANDLE LookupContext;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 1847 DeclContext *LookupContext = SemanticContext;
1848 while (LookupContext->isTransparentContext())
1849 LookupContext = LookupContext->getLookupParent();
1850 LookupQualifiedName(Previous, LookupContext);
SemaDeclCXX.cpp 12073 DeclContext *LookupContext = computeDeclContext(SS);
12076 if (!LookupContext || EllipsisLoc.isValid()) {
12105 if (RequireCompleteDeclContext(SS, LookupContext))
12125 LookupQualifiedName(R, LookupContext);
12139 isa<TranslationUnitDecl>(LookupContext) &&
12150 << NameInfo.getName() << LookupContext << 0
12190 << NameInfo.getName() << LookupContext << SS.getRange();

Completed in 29 milliseconds