Searched refs:AddMethodCandidate (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 5729 AddMethodCandidate(Method, FoundDecl, Method->getParent(), in AddOverloadCandidate() 6051 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(), in AddFunctionCandidates() 6081 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, in AddMethodCandidate() function in Sema 6102 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext, in AddMethodCandidate() 6117 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate() function in Sema 6288 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl, in AddMethodTemplateCandidate() 6745 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 12247 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType, in BuildCallToMemberFunction() 12461 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 12740 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
D | SemaLookup.cpp | 2958 AddMethodCandidate(M, Cand, RD, ThisTy, Classification, in LookupSpecialMember()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2464 void AddMethodCandidate(DeclAccessPair FoundDecl, 2470 void AddMethodCandidate(CXXMethodDecl *Method,
|