Home | History | Annotate | Download | only in AST

Lines Matching refs:CXXBasePaths

25 void CXXBasePaths::ComputeDeclsFound() {
38 CXXBasePaths::decl_iterator CXXBasePaths::found_decls_begin() {
44 CXXBasePaths::decl_iterator CXXBasePaths::found_decls_end() {
54 bool CXXBasePaths::isAmbiguous(CanQualType BaseType) {
61 void CXXBasePaths::clear() {
68 /// @brief Swaps the contents of this CXXBasePaths structure with the
70 void CXXBasePaths::swap(CXXBasePaths &Other) {
81 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,
87 CXXBasePaths &Paths) const {
101 CXXBasePaths Paths(/*FindAmbiguities=*/false, /*RecordPaths=*/false,
179 bool CXXBasePaths::lookupInBases(ASTContext &Context,
309 CXXBasePaths &Paths) const {
329 for (CXXBasePaths::paths_iterator P = Paths.begin(), PEnd = Paths.end();
346 for (CXXBasePaths::paths_iterator HidingP = Paths.begin(),