Searched refs:paths_iterator (Results 1 – 6 of 6) sorted by relevance
171 typedef std::list<CXXBasePath>::iterator paths_iterator; typedef186 paths_iterator begin() { return Paths.begin(); } in begin()187 paths_iterator end() { return Paths.end(); } in end()
28 for (CXXBasePaths::paths_iterator Path = begin(), PathEnd = end(); in ComputeDeclsFound()310 for (CXXBasePaths::paths_iterator P = Paths.begin(), PEnd = Paths.end(); in lookupInBases()327 for (CXXBasePaths::paths_iterator HidingP = Paths.begin(), in lookupInBases()
1435 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end(); in LookupQualifiedName()1457 CXXBasePaths::paths_iterator FirstPath = Paths.begin(); in LookupQualifiedName()1606 for (CXXBasePaths::paths_iterator Path = Paths->begin(), in DiagnoseAmbiguousLookup()
876 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in FindBestPath()
1072 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in TryStaticDowncast()
987 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in getAmbiguousPathsDisplayString()1310 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in FindBaseInitializer()