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

/external/clang/lib/Sema/
H A DSemaOverload.cpp5237 AddMethodCandidate(Method, FoundDecl, Method->getParent(),
5348 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(),
5374 /// AddMethodCandidate - Adds a named decl (which is some kind of
5376 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl, function in class:clang::Sema
5397 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext,
5404 /// AddMethodCandidate - Adds the given C++ member function to the set
5412 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl, function in class:clang::Sema
5557 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl,
5938 AddMethodCandidate(Oper.getPair(), Args[0]->getType(),
10648 AddMethodCandidate(Metho
[all...]

Completed in 623 milliseconds