Searched refs:AddMethodCandidate (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 7062 AddMethodCandidate(Method, FoundDecl, Method->getParent(), QualType(), in AddOverloadCandidate() 7621 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(), in AddFunctionCandidates() 7650 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, in AddMethodCandidate() function in Sema 7670 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext, in AddMethodCandidate() 7676 void Sema::AddMethodCandidate( in AddMethodCandidate() function in Sema 7936 S.AddMethodCandidate( in AddMethodTemplateCandidateImmediately() 8758 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 16174 AddMethodCandidate(Method, I.getPair(), ActingDC, ExplicitObjectType, in BuildCallToMemberFunction() 16391 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 16657 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
| H A D | SemaTypeTraits.cpp | 82 SemaRef.AddMethodCandidate(M, Cand, const_cast<CXXRecordDecl *>(RD), in LookupSpecialMemberFromXValue()
|
| H A D | SemaLookup.cpp | 3551 AddMethodCandidate(M, Cand, RD, ThisTy, Classification, in LookupSpecialMember()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10383 void AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, 10397 void AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5719 …4ClassificationEPPS7_jRNS_20OverloadCandidateSetEb", "clang::Sema::AddMethodCandidate(clang::CXXMe… 5724 …4ClassificationEPPS3_jRNS_20OverloadCandidateSetEb", "clang::Sema::AddMethodCandidate(clang::DeclA…
|