Searched refs:AddMethodCandidate (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 6816 AddMethodCandidate(Method, FoundDecl, Method->getParent(), QualType(), in AddOverloadCandidate() 7330 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(), in AddFunctionCandidates() 7359 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, in AddMethodCandidate() function in Sema 7379 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext, in AddMethodCandidate() 7386 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate() function in Sema 7631 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl, in AddMethodTemplateCandidate() 8297 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 15356 AddMethodCandidate(Method, I.getPair(), ActingDC, ExplicitObjectType, in BuildCallToMemberFunction() 15574 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 15839 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
| H A D | SemaLookup.cpp | 3458 AddMethodCandidate(M, Cand, RD, ThisTy, Classification, in LookupSpecialMember()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10192 void AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, 10207 AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl,
|