Lines Matching defs:BaseSpec
167 for (const auto &BaseSpec : Record->bases()) {
170 Context.getCanonicalType(BaseSpec.getType()).getUnqualifiedType();
175 BaseSpec.getType()->getAsRecordDecl()))
194 if (BaseSpec.isVirtual()) {
209 Element.Base = &BaseSpec;
211 if (BaseSpec.isVirtual())
233 ScratchPath.Access = BaseSpec.getAccessSpecifier();
236 BaseSpec.getAccessSpecifier());
242 if (BaseMatches(&BaseSpec, ScratchPath)) {
257 BaseSpec.getType()->getAs<TemplateSpecializationType>();
259 if (auto *RT = BaseSpec.getType()->getAs<RecordType>())
274 BaseRecord = cast<CXXRecordDecl>(BaseSpec.getType()->getAsRecordDecl());