Searched refs:paths_iterator (Results 1 – 6 of 6) sorted by relevance
169 typedef std::list<CXXBasePath>::iterator paths_iterator; typedef181 paths_iterator begin() { return Paths.begin(); } in begin()182 paths_iterator end() { return Paths.end(); } in end()
30 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path) in ComputeDeclsFound()
2017 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end(); in LookupQualifiedName()2039 CXXBasePaths::paths_iterator FirstPath = Paths.begin(); in LookupQualifiedName()2241 for (CXXBasePaths::paths_iterator Path = Paths->begin(), in DiagnoseAmbiguousLookup()
953 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in FindBestPath()
1316 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in TryStaticDowncast()
1837 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in getAmbiguousPathsDisplayString()2771 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in FindBaseInitializer()