Searched refs:isStateResetMethod (Results 1 – 1 of 1) sorted by relevance
221 bool isStateResetMethod(const CXXMethodDecl *MethodDec) const;510 bool MoveChecker::isStateResetMethod(const CXXMethodDecl *MethodDec) const { in isStateResetMethod() function in MoveChecker538 isStateResetMethod(MethodDec) || isMoveSafeMethod(MethodDec)) in isInMoveSafeContext()641 if (isStateResetMethod(MethodDecl)) { in checkPreCall()