Home | History | Annotate | Download | only in Sema

Lines Matching refs:Method

3404   if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(DRE->getDecl()))
3405 if (!Method->isStatic()) {
3407 << Method << Arg->getSourceRange();
5529 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(D)) {
5530 if (Context.hasSameType(Function->getType(), Method->getType())) {
5531 Instantiation = Method;
5532 InstantiatedFrom = Method->getInstantiatedFromMemberFunction();
5533 MSInfo = Method->getMemberSpecializationInfo();
6223 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Prev)) {
6224 if (Context.hasSameUnqualifiedType(Method->getType(), R)) {
6227 Matches.addDecl(Method, P.getAccess());
6228 if (Method->getTemplateSpecializationKind() == TSK_Undeclared)