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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  147   ObjectKind classifyObject(const MemRegion *MR, const CXXRecordDecl *RD) const;

References

tools/clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
  300   ObjectKind OK = Chk.classifyObject(Region, RD);
  354   ObjectKind OK = classifyObject(Region, RD);
  487   ObjectKind OK = classifyObject(ArgRegion, RD);
  585   ObjectKind OK = classifyObject(MR, RD);