Searched refs:AddMethodCandidate (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 6284 AddMethodCandidate(Method, FoundDecl, Method->getParent(), QualType(), in AddOverloadCandidate() 6786 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(), in AddFunctionCandidates() 6817 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, QualType ObjectType, in AddMethodCandidate() function in Sema 6837 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext, in AddMethodCandidate() 6851 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate() function in Sema 7062 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl, in AddMethodTemplateCandidate() 7708 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates() 14276 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType, in BuildCallToMemberFunction() 14479 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType() 14752 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
|
D | SemaLookup.cpp | 3179 AddMethodCandidate(M, Cand, RD, ThisTy, Classification, in LookupSpecialMember()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2464 void AddMethodCandidate(DeclAccessPair FoundDecl, 2470 void AddMethodCandidate(CXXMethodDecl *Method,
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 2958 AddMethodCandidate(M, Cand, RD, ThisTy, Classification, in LookupSpecialMember()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3485 void AddMethodCandidate(DeclAccessPair FoundDecl, 3492 void AddMethodCandidate(CXXMethodDecl *Method,
|