Searched refs:AddMethodCandidate (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 5669 AddMethodCandidate(Method, FoundDecl, Method->getParent(), in AddOverloadCandidate() 6005 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(), in AddFunctionCandidates() 6035 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, in AddMethodCandidate() function in Sema 6056 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext, in AddMethodCandidate() 6071 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate() function in Sema 6242 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl, in AddMethodTemplateCandidate() 6699 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 12000 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType, in BuildCallToMemberFunction() 12204 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 12483 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
D | SemaLookup.cpp | 2874 AddMethodCandidate(M, DeclAccessPair::make(M, AS_public), RD, ThisTy, in LookupSpecialMember()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2399 void AddMethodCandidate(DeclAccessPair FoundDecl, 2405 void AddMethodCandidate(CXXMethodDecl *Method,
|