Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldType

1844   QualType OldType;
1846 OldType = OldTypedef->getUnderlyingType();
1848 OldType = Context.getTypeDeclType(Old);
1862 if (OldType != NewType &&
1863 !OldType->isDependentType() &&
1865 !Context.hasSameType(OldType, NewType)) {
1868 << Kind << NewType << OldType;
2743 const FunctionType *OldType = cast<FunctionType>(OldQType);
2745 FunctionType::ExtInfo OldTypeInfo = OldType->getExtInfo();
2787 << OldType->getRegParmType();
2857 : OldType)->getReturnType();
2884 QualType OldReturnType = OldType->getReturnType();
3003 assert(OldQType == QualType(OldType, 0));
3005 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true));