Searched refs:BaseSpecifier (Results 1 – 2 of 2) sorted by relevance
178 for (const auto &BaseSpecifier : Decl->bases()) { in getBases() local180 if (BaseSpecifier.getAccessSpecifier() != AccessSpecifier::AS_public) in getBases()183 if (BaseSpecifier.getType().getTypePtr()->isTemplateTypeParmType()) { in getBases()184 BaseClass.Name = API.copyString(BaseSpecifier.getType().getAsString()); in getBases()186 BaseSpecifier.getType()->getAs<TemplateTypeParmType>()->getDecl()); in getBases()189 BaseSpecifier.getType().getTypePtr()->getAsCXXRecordDecl(); in getBases()
464 for (const auto &BaseSpecifier : CXXRecord->bases()) { in threadSafetyCheckIsSmartPointer() local467 BaseSpecifier.getType()->getAsRecordDecl(), OO_Star); in threadSafetyCheckIsSmartPointer()470 BaseSpecifier.getType()->getAsRecordDecl(), OO_Arrow); in threadSafetyCheckIsSmartPointer()