Searched refs:AddMethodCandidate (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 6444 AddMethodCandidate(Method, FoundDecl, Method->getParent(), QualType(), in AddOverloadCandidate() 6966 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(), in AddFunctionCandidates() 6997 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, in AddMethodCandidate() function in Sema 7017 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext, in AddMethodCandidate() 7031 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate() function in Sema 7257 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl, in AddMethodTemplateCandidate() 7910 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 14695 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType, in BuildCallToMemberFunction() 14898 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 15146 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
H A D | SemaLookup.cpp | 3488 AddMethodCandidate(M, Cand, RD, ThisTy, Classification, in LookupSpecialMember()
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 3987 void AddMethodCandidate(DeclAccessPair FoundDecl, 3995 AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl,
|