Home
last modified time | relevance | path

Searched refs:paths_iterator (Results 1 – 6 of 6) 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.cpp2017 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()
DSemaAccess.cpp953 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in FindBestPath()
DSemaCast.cpp1316 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end(); in TryStaticDowncast()
DSemaDeclCXX.cpp1837 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in getAmbiguousPathsDisplayString()
2771 for (CXXBasePaths::paths_iterator Path = Paths.begin(); in FindBaseInitializer()