Home
last modified time | relevance | path

Searched refs:AddMethodCandidate (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaOverload.cpp5669 AddMethodCandidate(Method, FoundDecl, Method->getParent(), in AddOverloadCandidate()
6005 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(), in AddFunctionCandidates()
6035 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, in AddMethodCandidate() function in Sema
6056 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext, in AddMethodCandidate()
6071 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, in AddMethodCandidate() function in Sema
6242 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl, in AddMethodTemplateCandidate()
6699 AddMethodCandidate(Oper.getPair(), Args[0]->getType(), in AddMemberOperatorCandidates()
12000 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType, in BuildCallToMemberFunction()
12204 AddMethodCandidate(Oper.getPair(), Object.get()->getType(), in BuildCallToObjectOfClassType()
12483 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context), in BuildOverloadedArrowExpr()
DSemaLookup.cpp2874 AddMethodCandidate(M, DeclAccessPair::make(M, AS_public), RD, ThisTy, in LookupSpecialMember()
/external/clang/include/clang/Sema/
DSema.h2399 void AddMethodCandidate(DeclAccessPair FoundDecl,
2405 void AddMethodCandidate(CXXMethodDecl *Method,