Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp353 LookupQualifiedName(Found, LookupCtx); in isNonTypeNestedNameSpecifier()
423 LookupQualifiedName(Found, LookupCtx); in BuildCXXNestedNameSpecifier()
DSemaExprCXX.cpp151 LookupQualifiedName(Found, LookupCtx); in getDestructorName()
354 LookupQualifiedName(R, getStdNamespace()); in ActOnCXXTypeid()
440 LookupQualifiedName(R, Context.getTranslationUnitDecl()); in ActOnCXXUuidof()
791 S.LookupQualifiedName(ops, record->getDecl()); in doesUsualArrayDeleteWantSize()
1316 LookupQualifiedName(FoundDelete, RD); in FindAllocationFunctions()
1323 LookupQualifiedName(FoundDelete, Context.getTranslationUnitDecl()); in FindAllocationFunctions()
1435 LookupQualifiedName(R, Ctx); in FindAllocationOverload()
1687 LookupQualifiedName(Found, RD); in FindDeallocationFunction()
2837 if (Self.LookupQualifiedName(Res, RD)) { in EvaluateUnaryTypeTrait()
DSemaTemplateInstantiateDecl.cpp356 SemaRef.LookupQualifiedName(Previous, Owner, false); in VisitVarDecl()
765 SemaRef.LookupQualifiedName(R, DC); in VisitClassTemplateDecl()
1202 SemaRef.LookupQualifiedName(Previous, DC); in VisitFunctionDecl()
1485 SemaRef.LookupQualifiedName(Previous, Record); in VisitCXXMethodDecl()
1804 SemaRef.LookupQualifiedName(Prev, Owner); in VisitUsingDecl()
DSemaLookup.cpp927 if (LookupQualifiedName(R, Ctx, /*InUnqualifiedLookup=*/true)) in CppLookupName()
1326 bool Sema::LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx, in LookupQualifiedName() function in Sema
1545 return LookupQualifiedName(R, DC); in LookupParsedName()
3274 SemaRef.LookupQualifiedName(Res, MemberContext); in LookupPotentialTypoResult()
3717 if (!LookupQualifiedName(TmpRes, Ctx)) continue; in CorrectTypo()
DSemaStmt.cpp1326 LookupQualifiedName(BeginMemberLookup, D); in BuildCXXForRangeStmt()
1327 LookupQualifiedName(EndMemberLookup, D); in BuildCXXForRangeStmt()
DSemaExprMember.cpp569 SemaRef.LookupQualifiedName(R, DC); in LookupMemberExprInRecord()
DSemaDeclCXX.cpp5315 LookupQualifiedName(Previous, CurContext); in BuildUsingDeclaration()
5374 LookupQualifiedName(R, LookupContext); in BuildUsingDeclaration()
6449 S.LookupQualifiedName(OpLookup, ClassDecl, false); in BuildSingleCopyAssign()
8530 LookupQualifiedName(Previous, DC); in ActOnFriendFunctionDecl()
8564 LookupQualifiedName(Previous, DC); in ActOnFriendFunctionDecl()
DSemaDecl.cpp127 LookupQualifiedName(Result, LookupCtx); in getTypeName()
3111 LookupQualifiedName(Previous, DC); in HandleDeclarator()
4114 S.LookupQualifiedName(Prev, NewFD->getDeclContext()); in DiagnoseInvalidRedeclaration()
6983 LookupQualifiedName(Previous, DC); in ActOnTag()
7128 LookupQualifiedName(Previous, SearchDC); in ActOnTag()
DSemaTemplate.cpp269 LookupQualifiedName(Found, LookupCtx); in LookupTemplateName()
847 LookupQualifiedName(Previous, SemanticContext); in CheckClassTemplate()
6494 LookupQualifiedName(Result, Ctx); in CheckTypenameType()
DSemaOverload.cpp4781 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates()
8168 SemaRef.LookupQualifiedName(R, DC); in DiagnoseTwoPhaseLookup()
9342 LookupQualifiedName(R, Record->getDecl()); in BuildCallToObjectOfClassType()
9611 LookupQualifiedName(R, BaseRecord->getDecl()); in BuildOverloadedArrowExpr()
DSemaExpr.cpp1341 LookupQualifiedName(R, DC); in DiagnoseEmptyLookup()
1763 LookupQualifiedName(R, DC); in BuildQualifiedDeclarationNameExpr()
8160 LookupQualifiedName(R, RD); in BuildBuiltinOffsetOf()
DTreeTransform.h835 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
859 SemaRef.LookupQualifiedName(Result, DC); in RebuildDependentNameType()
/external/clang/include/clang/Sema/
DSema.h1659 bool LookupQualifiedName(LookupResult &R, DeclContext *LookupCtx,