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

/external/clang/include/clang/AST/
H A DCXXInheritance.h117 class CXXBasePaths { class in namespace:clang
176 explicit CXXBasePaths(bool FindAmbiguities = true, function in class:clang::CXXBasePaths
183 ~CXXBasePaths() { delete [] DeclsFound; }
227 /// \brief Swap this data structure's contents with another CXXBasePaths
229 void swap(CXXBasePaths &Other);

Completed in 88 milliseconds