Searched refs:MethodDec (Results 1 – 1 of 1) sorted by relevance
495 dyn_cast_or_null<CXXConversionDecl>(MethodDec)) { in isMoveSafeMethod()503 return (MethodDec && MethodDec->getDeclName().isIdentifier() && in isMoveSafeMethod()504 (MethodDec->getName().lower() == "empty" || in isMoveSafeMethod()505 MethodDec->getName().lower() == "isempty")); in isMoveSafeMethod()509 if (!MethodDec) in isStateResetMethod()511 if (MethodDec->hasAttr<ReinitializesAttr>()) in isStateResetMethod()513 if (MethodDec->getDeclName().isIdentifier()) { in isStateResetMethod()514 std::string MethodName = MethodDec->getName().lower(); in isStateResetMethod()534 (MethodDec && MethodDec->isOverloadedOperator() && in isInMoveSafeContext()535 MethodDec->getOverloadedOperator() == OO_Equal) || in isInMoveSafeContext()[all …]