Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DCXXInheritance.h171 typedef std::list<CXXBasePath>::const_iterator const_paths_iterator; typedef
187 const_paths_iterator begin() const { return Paths.begin(); } in begin()
188 const_paths_iterator end() const { return Paths.end(); } in end()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaCast.cpp746 for (CXXBasePaths::const_paths_iterator I = BasePaths.begin(), in DiagnoseReinterpretUpDownCast()
DSemaLookup.cpp478 CXXBasePaths::const_paths_iterator I, E; in addDeclsFromBasePaths()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DVTableBuilder.cpp1234 for (CXXBasePaths::const_paths_iterator I = Paths.begin(), E = Paths.end(); in ComputeThisAdjustmentBaseOffset()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTType.cpp3608 CXXBasePaths::const_paths_iterator path, path_end = paths.end(); in GetIndexOfChildMemberWithName()