Home | History | Annotate | Download | only in AST

Lines Matching defs:BaseType

150     QualType BaseType = Base->getType();
152 if (BaseType->isDependentType())
155 = cast<CXXRecordDecl>(BaseType->getAs<RecordType>()->getDecl());
189 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType())
213 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)))