Searched refs:BaseSpecifier (Results 1 – 2 of 2) sorted by relevance
182 for (const auto &BaseSpecifier : Decl->bases()) { in getBases() local184 if (BaseSpecifier.getAccessSpecifier() != AccessSpecifier::AS_public) in getBases()186 if (auto *BaseDecl = BaseSpecifier.getType()->getAsTagDecl()) { in getBases()190 BaseClass.Name = API.copyString(BaseSpecifier.getType().getAsString( in getBases()193 if (BaseSpecifier.getType().getTypePtr()->isTemplateTypeParmType()) { in getBases()194 if (auto *TTPTD = BaseSpecifier.getType() in getBases()
190 for (const auto &BaseSpecifier : CXXRecord->bases()) { in threadSafetyCheckIsSmartPointer() local193 BaseSpecifier.getType()->getAsRecordDecl(), OO_Star); in threadSafetyCheckIsSmartPointer()196 BaseSpecifier.getType()->getAsRecordDecl(), OO_Arrow); in threadSafetyCheckIsSmartPointer()