Searched refs:isStateResetMethod (Results 1 – 1 of 1) sorted by relevance
223 bool isStateResetMethod(const CXXMethodDecl *MethodDec) const;513 bool MoveChecker::isStateResetMethod(const CXXMethodDecl *MethodDec) const { in isStateResetMethod() function in MoveChecker541 isStateResetMethod(MethodDec) || isMoveSafeMethod(MethodDec)) in isInMoveSafeContext()645 if (isStateResetMethod(MethodDecl)) { in checkPreCall()