Searched refs:AddMethodCandidate (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 6283 AddMethodCandidate(Method, FoundDecl, Method->getParent(), QualType(), in AddOverloadCandidate() 6779 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(), in AddFunctionCandidates() 6810 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, in AddMethodCandidate() function in Sema 6830 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext, in AddMethodCandidate() 6844 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate() function in Sema 7055 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl, in AddMethodTemplateCandidate() 7701 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 14295 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType, in BuildCallToMemberFunction() 14498 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 14771 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
| H A D | SemaLookup.cpp | 3221 AddMethodCandidate(M, Cand, RD, ThisTy, Classification, in LookupSpecialMember()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3646 void AddMethodCandidate(DeclAccessPair FoundDecl, 3653 void AddMethodCandidate(CXXMethodDecl *Method,
|