Home
last modified time | relevance | path

Searched refs:const_paths_iterator (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h172 using const_paths_iterator = std::list<CXXBasePath>::const_iterator; variable
184 const_paths_iterator begin() const { return Paths.begin(); } in begin()
185 const_paths_iterator end() const { return Paths.end(); } in end()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1034 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()
H A DSemaLookup.cpp657 CXXBasePaths::const_paths_iterator I, E; in addDeclsFromBasePaths()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6780 clang::CXXBasePaths::const_paths_iterator path, in GetIndexOfChildMemberWithName()