Home | History | Annotate | Download | only in Sema

Lines Matching defs:OldType

1628   QualType OldType;
1630 OldType = OldTypedef->getUnderlyingType();
1632 OldType = Context.getTypeDeclType(Old);
1646 if (OldType != NewType &&
1647 !OldType->isDependentType() &&
1649 !Context.hasSameType(OldType, NewType)) {
1652 << Kind << NewType << OldType;
2338 const FunctionType *OldType = cast<FunctionType>(OldQType);
2340 FunctionType::ExtInfo OldTypeInfo = OldType->getExtInfo();
2384 << OldType->getRegParmType();
2433 QualType OldReturnType = OldType->getResultType();
2554 assert(OldQType == QualType(OldType, 0));
2556 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true));