Home | History | Annotate | Download | only in Sema

Lines Matching refs:AddMethodCandidate

5669       AddMethodCandidate(Method, FoundDecl, Method->getParent(),
6005 AddMethodCandidate(cast<CXXMethodDecl>(FD), F.getPair(),
6033 /// AddMethodCandidate - Adds a named decl (which is some kind of
6035 void Sema::AddMethodCandidate(DeclAccessPair FoundDecl,
6056 AddMethodCandidate(cast<CXXMethodDecl>(Decl), FoundDecl, ActingContext,
6063 /// AddMethodCandidate - Adds the given C++ member function to the set
6071 Sema::AddMethodCandidate(CXXMethodDecl *Method, DeclAccessPair FoundDecl,
6242 AddMethodCandidate(cast<CXXMethodDecl>(Specialization), FoundDecl,
6699 AddMethodCandidate(Oper.getPair(), Args[0]->getType(),
12000 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType,
12204 AddMethodCandidate(Oper.getPair(), Object.get()->getType(),
12483 AddMethodCandidate(Oper.getPair(), Base->getType(), Base->Classify(Context),