Searched refs:paths_iterator (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/AST/
H A DCXXInheritance.h170 typedef std::list<CXXBasePath>::iterator paths_iterator; typedef in class:clang::CXXBasePaths
185 paths_iterator begin() { return Paths.begin(); }
186 paths_iterator end() { return Paths.end(); }
/external/clang/lib/AST/
H A DCXXInheritance.cpp30 for (paths_iterator Path = begin(), PathEnd = end(); Path != PathEnd; ++Path)
321 for (CXXBasePaths::paths_iterator P = Paths.begin(), PEnd = Paths.end();
338 for (CXXBasePaths::paths_iterator HidingP = Paths.begin(),
H A DVTableBuilder.cpp2670 for (CXXBasePaths::paths_iterator I = Paths.begin(), E = Paths.end();
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DRecordInfo.cpp108 for (CXXBasePaths::paths_iterator it = base_paths_->begin();
124 for (CXXBasePaths::paths_iterator it = base_paths_->begin();
/external/clang/lib/Sema/
H A DSemaLookup.cpp1706 for (CXXBasePaths::paths_iterator Path = Paths.begin(), PathEnd = Paths.end();
1728 CXXBasePaths::paths_iterator FirstPath = Paths.begin();
1865 for (CXXBasePaths::paths_iterator Path = Paths->begin(),
H A DSemaAccess.cpp948 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end();
H A DSemaCast.cpp1266 for (CXXBasePaths::paths_iterator PI = Paths.begin(), PE = Paths.end();
H A DSemaDeclCXX.cpp1789 for (CXXBasePaths::paths_iterator Path = Paths.begin();
2498 for (CXXBasePaths::paths_iterator Path = Paths.begin();
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp905 for (CXXBasePaths::paths_iterator I = Paths.begin(), E = Paths.end(); I != E;

Completed in 4660 milliseconds