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

References

tools/clang/include/clang/AST/CXXInheritance.h
  191   paths_iterator begin() { return Paths.begin(); }
  192   paths_iterator end()   { return Paths.end(); }
  193   const_paths_iterator begin() const { return Paths.begin(); }
  194   const_paths_iterator end()   const { return Paths.end(); }
  196   CXXBasePath&       front()       { return Paths.front(); }
  197   const CXXBasePath& front() const { return Paths.front(); }
tools/clang/lib/AST/CXXInheritance.cpp
   71   Paths.clear();
   82   Paths.swap(Other.Paths);
   82   Paths.swap(Other.Paths);
  273         Paths.push_back(ScratchPath);
  363   Paths.Paths.remove_if([&Paths](const CXXBasePath &Path) {