Lines Matching refs:Method
2589 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Function)) {
2590 ThisContext = Method->getParent();
2591 ThisTypeQuals = Method->getTypeQualifiers();
2986 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn))
2987 if (Method->isInstance()) {
2988 // An instance method that's referenced in a form that doesn't
2993 S.Context.getTypeDeclType(Method->getParent()).getTypePtr());
4166 CXXMethodDecl *Method,
4175 QualType ArgTy = Context.getTypeDeclType(Method->getParent());
4177 Qualifiers::fromCVRMask(Method->getTypeQualifiers()));
4178 if (Method->getRefQualifier() == RQ_RValue)