Searched refs:AddMethodCandidate (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 5607 AddMethodCandidate(Method, FoundDecl, Method->getParent(), in AddOverloadCandidate() 5913 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(), in AddFunctionCandidates() 5943 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, in AddMethodCandidate() function in Sema 5964 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext, in AddMethodCandidate() 5979 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate() function in Sema 6150 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl, in AddMethodTemplateCandidate() 6607 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 11655 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType, in BuildCallToMemberFunction() 11838 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 12117 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
D | SemaLookup.cpp | 2557 AddMethodCandidate(M, DeclAccessPair::make(M, AS_public), RD, ThisTy, in LookupSpecialMember()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2221 void AddMethodCandidate(DeclAccessPair FoundDecl, 2227 void AddMethodCandidate(CXXMethodDecl *Method,
|