Home | History | Annotate | Download | only in AST

Lines Matching refs:CXXBasePaths

25 void CXXBasePaths::ComputeDeclsFound() {
38 CXXBasePaths::decl_range CXXBasePaths::found_decls() {
50 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) {
57 void CXXBasePaths::clear() {
64 /// @brief Swaps the contents of this CXXBasePaths structure with the
66 void CXXBasePaths::swap(CXXBasePaths &Other) {
77 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,
83 CXXBasePaths &Paths) const {
102 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,
178 bool CXXBasePaths::lookupInBases(
303 CXXBasePaths &Paths) const {