Home | History | Annotate | Download | only in AST

Lines Matching defs:BaseType

167     QualType BaseType = Base->getType();
169 if (BaseType->isDependentType())
172 = cast<CXXRecordDecl>(BaseType->getAs<RecordType>()->getDecl());
206 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType(C))
228 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)).second)