reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 3544   bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,

References

tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  417     LookupQualifiedName(Found, LookupCtx);
  527     LookupQualifiedName(Found, LookupCtx);
  588       LookupQualifiedName(R, LookupCtx);
tools/clang/lib/Sema/SemaChecking.cpp
 7916   if (S.LookupQualifiedName(R, RT->getDecl()))
 9088       S.LookupQualifiedName(R, Std);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 5168         LookupQualifiedName(R, DC);
tools/clang/lib/Sema/SemaCoroutine.cpp
   37   Res = S.LookupQualifiedName(LR, RD);
  111   S.LookupQualifiedName(R, RD);
  153   if (!S.LookupQualifiedName(Result, StdExp)) {
  321   if (!S.LookupQualifiedName(Found, LookupCtx)) {
  907   if (!S.LookupQualifiedName(Result, Std)) {
 1086   if (!S.LookupQualifiedName(Found, PromiseRecordDecl))
 1576       if (!LookupQualifiedName(Result, StdExp)) {
tools/clang/lib/Sema/SemaDecl.cpp
  346     LookupQualifiedName(Result, LookupCtx);
 5634     LookupQualifiedName(Previous, DC);
 7986     SemaRef.LookupQualifiedName(Prev, NewDC);
14885     LookupQualifiedName(Previous, DC);
15078       LookupQualifiedName(Previous, SearchDC);
tools/clang/lib/Sema/SemaDeclAttr.cpp
 1845     if (S.LookupQualifiedName(LR, S.getCurLexicalContext()))
tools/clang/lib/Sema/SemaDeclCXX.cpp
  981   if (!S.LookupQualifiedName(Result, Std))
 1011   S.LookupQualifiedName(TraitMemberLookup, RD);
 1140       S.LookupQualifiedName(MemberGet, RD);
 9333     LookupQualifiedName(R, CurContext->getRedeclContext());
 9489       if (!LookupQualifiedName(Result, Std) ||
 9714   if (!S.LookupQualifiedName(Result, Std)) {
10437       LookupQualifiedName(Previous, CurContext);
10517   LookupQualifiedName(R, LookupContext);
10807       LookupQualifiedName(R, RD);
12134     S.LookupQualifiedName(OpLookup, ClassDecl, false);
14954       LookupQualifiedName(Previous, LookupDC);
14980     LookupQualifiedName(Previous, DC);
tools/clang/lib/Sema/SemaExpr.cpp
 1942       LookupQualifiedName(R, DC);
 2423   LookupQualifiedName(R, DC);
13956     LookupQualifiedName(R, RD);
tools/clang/lib/Sema/SemaExprCXX.cpp
  245       LookupQualifiedName(Found, LookupCtx);
  553     LookupQualifiedName(R, getStdNamespace());
  558       LookupQualifiedName(R, Context.getTranslationUnitDecl());
  678     LookupQualifiedName(R, Context.getTranslationUnitDecl());
 1611   S.LookupQualifiedName(ops, record->getDecl());
 2285       S.LookupQualifiedName(R, S.Context.getTranslationUnitDecl());
 2407       LookupQualifiedName(R, AllocElemType->getAsCXXRecordDecl());
 2421       LookupQualifiedName(R, Context.getTranslationUnitDecl());
 2471     LookupQualifiedName(FoundDelete, RD);
 2482     LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl());
 2859   LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl());
 2893   LookupQualifiedName(Found, RD);
 3451   S.LookupQualifiedName(R, S.Context.getTranslationUnitDecl());
 4479   if (Self.LookupQualifiedName(Res, RD)) {
tools/clang/lib/Sema/SemaInit.cpp
 9715   LookupQualifiedName(Guides, Template->getDeclContext());
tools/clang/lib/Sema/SemaLookup.cpp
 1401         if (LookupQualifiedName(R, Ctx, /*InUnqualifiedLookup=*/true))
 2437     return LookupQualifiedName(R, LookupCtx);
 2479       return LookupQualifiedName(R, DC);
 2513     LookupQualifiedName(Result, RD);
 4428       if (!SemaRef.LookupQualifiedName(Result, Ctx))
 4622     SemaRef.LookupQualifiedName(Res, MemberContext);
tools/clang/lib/Sema/SemaOpenMP.cpp
12878       SemaRef.LookupQualifiedName(Lookup, TyRec->getDecl());
tools/clang/lib/Sema/SemaOverload.cpp
 7458     LookupQualifiedName(Operators, T1Rec->getDecl());
12104     SemaRef.LookupQualifiedName(R, DC);
13618   LookupQualifiedName(R, Record->getDecl());
13894   LookupQualifiedName(R, BaseRecord->getDecl());
tools/clang/lib/Sema/SemaStmt.cpp
 2239     SemaRef.LookupQualifiedName(BeginMemberLookup, D);
 2243     SemaRef.LookupQualifiedName(EndMemberLookup, D);
tools/clang/lib/Sema/SemaStmtAsm.cpp
  813     if (!LookupQualifiedName(FieldResult, RT->getDecl()))
  857   if (!LookupQualifiedName(FieldResult, RT->getDecl()))
tools/clang/lib/Sema/SemaTemplate.cpp
  389     LookupQualifiedName(Found, LookupCtx);
 1410     LookupQualifiedName(Previous, SemanticContext);
 1488         LookupQualifiedName(Previous, LookupContext);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1366     SemaRef.LookupQualifiedName(R, DC);
 1961     SemaRef.LookupQualifiedName(Previous, DC);
 1980     SemaRef.LookupQualifiedName(Previous, DC);
 2280     SemaRef.LookupQualifiedName(Previous, DC);
 2297     SemaRef.LookupQualifiedName(Previous, DC);
 2303     SemaRef.LookupQualifiedName(Previous, Record);
 2774     SemaRef.LookupQualifiedName(Prev, Owner);
 4546     LookupQualifiedName(Previous, NewVar->getDeclContext(), false);
tools/clang/lib/Sema/TreeTransform.h
 1089     SemaRef.LookupQualifiedName(Result, DC);
 1112       SemaRef.LookupQualifiedName(Result, DC);