Lines Matching refs:Method
2627 if (CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Fn))
2628 if (Method->isInstance()) {
2629 // An instance method that's referenced in a form that doesn't
2634 Context.getTypeDeclType(Method->getParent()).getTypePtr());
3387 CXXMethodDecl *Method,
3389 if (Method->isStatic())
3402 QualType ArgTy = Context.getTypeDeclType(Method->getParent());
3404 Qualifiers::fromCVRMask(Method->getTypeQualifiers()));