Home | History | Annotate | Download | only in AST

Lines Matching defs:BaseType

106     QualType BaseType = Base->getType();
108 if (BaseType->isDependentType())
111 = cast<CXXRecordDecl>(BaseType->getAs<RecordType>()->getDecl());
145 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType())
159 if (SeenVBaseTypes.insert(C.getCanonicalType(BaseType)))