/external/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 364 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier() 453 LookupQualifiedName(Found, LookupCtx); in BuildCXXNestedNameSpecifier()
|
D | SemaExprCXX.cpp | 155 LookupQualifiedName(Found, LookupCtx); in getDestructorName() 377 LookupQualifiedName(R, getStdNamespace()); in ActOnCXXTypeid() 382 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXTypeid() 473 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXUuidof() 896 S.LookupQualifiedName(ops, record->getDecl()); in doesUsualArrayDeleteWantSize() 1576 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions() 1583 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions() 1695 LookupQualifiedName(R, Ctx); in FindAllocationOverload() 1955 LookupQualifiedName(Found, RD); in FindDeallocationFunction() 3169 if (Self.LookupQualifiedName(Res, RD)) { in EvaluateUnaryTypeTrait()
|
D | SemaTemplateInstantiateDecl.cpp | 315 SemaRef.LookupQualifiedName(Previous, Owner, false); in VisitVarDecl() 760 SemaRef.LookupQualifiedName(R, DC); in VisitClassTemplateDecl() 1209 SemaRef.LookupQualifiedName(Previous, DC); in VisitFunctionDecl() 1515 SemaRef.LookupQualifiedName(Previous, Record); in VisitCXXMethodDecl() 1957 SemaRef.LookupQualifiedName(Prev, Owner); in VisitUsingDecl() 2086 SemaRef.LookupQualifiedName(Previous, SemaRef.CurContext); in VisitClassScopeFunctionSpecializationDecl()
|
D | SemaLookup.cpp | 955 if (LookupQualifiedName(R, Ctx, /*InUnqualifiedLookup=*/true)) in CppLookupName() 1404 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName() function in Sema 1621 return LookupQualifiedName(R, DC); in LookupParsedName() 3500 SemaRef.LookupQualifiedName(Res, MemberContext); in LookupPotentialTypoResult() 3991 if (!LookupQualifiedName(TmpRes, Ctx)) continue; in CorrectTypo()
|
D | SemaTemplate.cpp | 285 LookupQualifiedName(Found, LookupCtx); in LookupTemplateName() 903 LookupQualifiedName(Previous, SemanticContext); in CheckClassTemplate() 965 LookupQualifiedName(Previous, LookupContext); in CheckClassTemplate() 7093 LookupQualifiedName(Result, Ctx); in CheckTypenameType()
|
D | SemaDeclCXX.cpp | 5619 if (!S.LookupQualifiedName(Result, Std)) { in LookupStdInitializerList() 6172 LookupQualifiedName(Previous, CurContext); in BuildUsingDeclaration() 6237 LookupQualifiedName(R, LookupContext); in BuildUsingDeclaration() 6974 LookupQualifiedName(Result, CurContext); in DeclareInheritedConstructors() 7311 S.LookupQualifiedName(OpLookup, ClassDecl, false); in BuildSingleCopyAssign() 10207 LookupQualifiedName(Previous, DC); in ActOnFriendFunctionDecl() 10251 LookupQualifiedName(Previous, DC); in ActOnFriendFunctionDecl()
|
D | SemaStmt.cpp | 1734 SemaRef.LookupQualifiedName(BeginMemberLookup, D); in BuildNonArrayForRange() 1735 SemaRef.LookupQualifiedName(EndMemberLookup, D); in BuildNonArrayForRange()
|
D | SemaExprMember.cpp | 605 SemaRef.LookupQualifiedName(R, DC); in LookupMemberExprInRecord()
|
D | SemaDecl.cpp | 194 LookupQualifiedName(Result, LookupCtx); in getTypeName() 3700 LookupQualifiedName(Previous, DC); in HandleDeclarator() 4820 SemaRef.LookupQualifiedName(Prev, NewDC); in DiagnoseInvalidRedeclaration() 8470 LookupQualifiedName(Previous, DC); in ActOnTag() 8616 LookupQualifiedName(Previous, SearchDC); in ActOnTag()
|
D | SemaOverload.cpp | 5931 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates() 9482 SemaRef.LookupQualifiedName(R, DC); in DiagnoseTwoPhaseLookup() 10809 LookupQualifiedName(R, Record->getDecl()); in BuildCallToObjectOfClassType() 11097 LookupQualifiedName(R, BaseRecord->getDecl()); in BuildOverloadedArrowExpr()
|
D | SemaExpr.cpp | 1480 LookupQualifiedName(R, DC); in DiagnoseEmptyLookup() 1880 LookupQualifiedName(R, DC); in BuildQualifiedDeclarationNameExpr() 9107 LookupQualifiedName(R, RD); in BuildBuiltinOffsetOf()
|
D | TreeTransform.h | 873 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType() 896 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
|
D | SemaChecking.cpp | 2482 if (S.LookupQualifiedName(R, RT->getDecl())) in CXXRecordMembersNamed()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2135 bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,
|