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

References

tools/clang/include/clang/AST/CXXInheritance.h
  212   bool isRecordingPaths() const { return RecordPaths; }
  215   void setRecordingPaths(bool RP) { RecordPaths = RP; }
tools/clang/lib/AST/CXXInheritance.cpp
   86   std::swap(RecordPaths, Other.RecordPaths);
   86   std::swap(RecordPaths, Other.RecordPaths);