Searched refs:isStateResetMethod (Results 1 – 1 of 1) sorted by relevance
216 bool isStateResetMethod(const CXXMethodDecl *MethodDec) const;496 bool MoveChecker::isStateResetMethod(const CXXMethodDecl *MethodDec) const { in isStateResetMethod() function in MoveChecker524 isStateResetMethod(MethodDec) || isMoveSafeMethod(MethodDec)) in isInMoveSafeContext()626 if (isStateResetMethod(MethodDecl)) { in checkPreCall()