Searched defs:CXXBasePath (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DCXXInheritance.h69 class CXXBasePath : public SmallVector<CXXBasePathElement, 4> { class in namespace:clang
71 CXXBasePath() : Access(AS_public) {} function in class:clang::CXXBasePath
123 std::list<CXXBasePath> Paths;
150 CXXBasePath ScratchPath;
170 typedef std::list<CXXBasePath>::iterator paths_iterator;
171 typedef std::list<CXXBasePath>::const_iterator const_paths_iterator;
190 CXXBasePath& front() { return Paths.front(); }
191 const CXXBasePath& front() const { return Paths.front(); }

Completed in 72 milliseconds