Lines Matching refs:getMethod
7336 if (!SMOR.getMethod())
7340 return SMOR.getMethod()->isConstexpr();
9328 CXXMethodDecl *Decl = SMOR.getMethod();
9464 if (auto *BaseCtor = SMOR.getMethod()) {
9884 if (!SMOR.getMethod()) {
9893 *Selected = SMOR.getMethod();
9898 return SMOR.getMethod()->isTrivialForCall();
9899 return SMOR.getMethod()->isTrivial();
13627 if (auto *BaseCtor = SMOR.getMethod()) {
13669 if (CXXMethodDecl *MD = SMOR.getMethod())
15222 if (!SMOR.getMethod() || SMOR.getMethod()->isTrivial() ||
15223 !SMOR.getMethod()->isMoveAssignmentOperator())
15254 if (!SMOR.getMethod()->isDefaulted())