Home | History | Annotate | Download | only in AST

Lines Matching refs:BaseType

133     QualType BaseType = Base->getType();
135 if (BaseType->isDependentType())
138 = cast<CXXRecordDecl>(BaseType->getAs<RecordType>()->getDecl());
172 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType())
186 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)))