Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCXXInheritance.h171 typedef std::list<CXXBasePath>::iterator paths_iterator; typedef
186 paths_iterator begin() { return Paths.begin(); } in begin()
187 paths_iterator end() { return Paths.end(); } in end()
/external/clang/lib/AST/
DCXXInheritance.cpp28 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()
/external/clang/lib/Sema/
DSemaLookup.cpp1435 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()
DSemaAccess.cpp876 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in FindBestPath()
DSemaCXXCast.cpp1072 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in TryStaticDowncast()
DSemaDeclCXX.cpp987 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in getAmbiguousPathsDisplayString()
1310 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in FindBaseInitializer()