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

References

tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  115   bool shouldBeTracked(ObjectKind OK) const {
  136   bool shouldWarnAbout(ObjectKind OK, MisuseKind MK) const {
  147   ObjectKind classifyObject(const MemRegion *MR, const CXXRecordDecl *RD) const;
  300   ObjectKind OK = Chk.classifyObject(Region, RD);
  354   ObjectKind OK = classifyObject(Region, RD);
  487   ObjectKind OK = classifyObject(ArgRegion, RD);
  553 MoveChecker::ObjectKind
  585   ObjectKind OK = classifyObject(MR, RD);