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(); }
tools/clang/lib/AST/CXXInheritance.cpp
   43   for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path)
tools/clang/lib/Sema/SemaAccess.cpp
  947   for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end();
tools/clang/lib/Sema/SemaDeclCXX.cpp
 2929   for (CXXBasePaths::paths_iterator Path = Paths.begin();
 3953       for (CXXBasePaths::paths_iterator Path = Paths.begin();
tools/clang/lib/Sema/SemaLookup.cpp
 2326   for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end();
 2348         CXXBasePaths::paths_iterator FirstPath = Paths.begin();
 2566     for (CXXBasePaths::paths_iterator Path = Paths->begin(),