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

/external/clang/lib/Sema/
H A DSemaOverload.cpp5729 AddMethodCandidate(Method, FoundDecl, Method->getParent(),
6051 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(),
6079 /// AddMethodCandidate - Adds a named decl (which is some kind of
6081 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, function in class:Sema
6102 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext,
6109 /// AddMethodCandidate - Adds the given C++ member function to the set
6117 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, function in class:Sema
6288 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl,
6745 AddMethodCandidate(Oper.getPair(), Args[0]->getType(),
12247 AddMethodCandidate(Metho
[all...]

Completed in 83 milliseconds