reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  220   bool isStateResetMethod(const CXXMethodDecl *MethodDec) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  541         isStateResetMethod(MethodDec) || isMoveSafeMethod(MethodDec))
  643   if (isStateResetMethod(MethodDecl)) {