Home
last modified time | relevance | path

Searched refs:paths_iterator (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DCXXInheritance.h169 typedef std::list<CXXBasePath>::iterator paths_iterator; typedef
181 paths_iterator begin() { return Paths.begin(); } in begin()
182 paths_iterator end() { return Paths.end(); } in end()
/external/clang/lib/AST/
DCXXInheritance.cpp30 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path) in ComputeDeclsFound()
/external/clang/lib/Sema/
DSemaLookup.cpp2107 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end(); in LookupQualifiedName()
2129 CXXBasePaths::paths_iterator FirstPath = Paths.begin(); in LookupQualifiedName()
2331 for (CXXBasePaths::paths_iterator Path = Paths->begin(), in DiagnoseAmbiguousLookup()
DSemaAccess.cpp948 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in FindBestPath()
DSemaDeclCXX.cpp1840 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in getAmbiguousPathsDisplayString()
2774 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in FindBaseInitializer()