Searched defs:AddMethodCandidate (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp5607 AddMethodCandidate(Method, FoundDecl, Method->getParent(),
5913 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(),
5941 /// AddMethodCandidate - Adds a named decl (which is some kind of
5943 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, function in class:Sema
5964 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext,
5971 /// AddMethodCandidate - Adds the given C++ member function to the set
5979 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, function in class:Sema
6150 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl,
6607 AddMethodCandidate(Oper.getPair(), Args[0]->getType(),
11655 AddMethodCandidate(Metho
[all...]

Completed in 147 milliseconds