Home | History | Annotate | Download | only in Sema

Lines Matching refs:AddMethodCandidate

5323       AddMethodCandidate(Method, FoundDecl, Method->getParent(),
5434 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(),
5460 /// AddMethodCandidate - Adds a named decl (which is some kind of
5462 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl,
5483 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext,
5490 /// AddMethodCandidate - Adds the given C++ member function to the set
5498 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl,
5643 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl,
6024 AddMethodCandidate(Oper.getPair(), Args[0]->getType(),
10782 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType,
10947 AddMethodCandidate(Oper.getPair(), Object.get()->getType(),
11239 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context),