Home
last modified time | relevance | path

Searched refs:LookupQualifiedName (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp364 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
453 LookupQualifiedName(Found, LookupCtx); in BuildCXXNestedNameSpecifier()
DSemaExprCXX.cpp155 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()
DSemaTemplateInstantiateDecl.cpp315 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()
DSemaLookup.cpp955 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()
DSemaTemplate.cpp285 LookupQualifiedName(Found, LookupCtx); in LookupTemplateName()
903 LookupQualifiedName(Previous, SemanticContext); in CheckClassTemplate()
965 LookupQualifiedName(Previous, LookupContext); in CheckClassTemplate()
7093 LookupQualifiedName(Result, Ctx); in CheckTypenameType()
DSemaDeclCXX.cpp5619 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()
DSemaStmt.cpp1734 SemaRef.LookupQualifiedName(BeginMemberLookup, D); in BuildNonArrayForRange()
1735 SemaRef.LookupQualifiedName(EndMemberLookup, D); in BuildNonArrayForRange()
DSemaExprMember.cpp605 SemaRef.LookupQualifiedName(R, DC); in LookupMemberExprInRecord()
DSemaDecl.cpp194 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()
DSemaOverload.cpp5931 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()
DSemaExpr.cpp1480 LookupQualifiedName(R, DC); in DiagnoseEmptyLookup()
1880 LookupQualifiedName(R, DC); in BuildQualifiedDeclarationNameExpr()
9107 LookupQualifiedName(R, RD); in BuildBuiltinOffsetOf()
DTreeTransform.h873 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
896 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
DSemaChecking.cpp2482 if (S.LookupQualifiedName(R, RT->getDecl())) in CXXRecordMembersNamed()
/external/clang/include/clang/Sema/
DSema.h2135 bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,