Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCXXInheritance.h182 using const_paths_iterator = std::list<CXXBasePath>::const_iterator; variable
194 const_paths_iterator begin() const { return Paths.begin(); } in begin()
195 const_paths_iterator end() const { return Paths.end(); } in end()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp888 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()
H A DSemaLookup.cpp629 CXXBasePaths::const_paths_iterator I, E; in addDeclsFromBasePaths()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp7230 clang::CXXBasePaths::const_paths_iterator path, in GetIndexOfChildMemberWithName()