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

/external/clang/lib/Sema/
H A DSemaOverload.cpp5553 AddMethodCandidate(Method, FoundDecl, Method->getParent(),
5755 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(),
5781 /// AddMethodCandidate - Adds a named decl (which is some kind of
5783 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, function in class:clang::Sema
5804 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext,
5811 /// AddMethodCandidate - Adds the given C++ member function to the set
5819 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, function in class:clang::Sema
5978 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl,
6434 AddMethodCandidate(Oper.getPair(), Args[0]->getType(),
11425 AddMethodCandidate(Metho
[all...]

Completed in 108 milliseconds