Home | History | Annotate | Download | only in Sema

Lines Matching refs:OldQType

1772   QualType OldQType = Context.getCanonicalType(Old->getType());
1803 const FunctionType *OldType = cast<FunctionType>(OldQType);
1874 ResQT = Context.mergeObjCGCQualifiers(NewQType, OldQType);
1958 QualType OldQTypeForComparison = OldQType;
1960 assert(OldQType == QualType(OldType, 0));
1976 Context.typesAreCompatible(OldQType, NewQType)) {
1977 const FunctionType *OldFuncType = OldQType->getAs<FunctionType>();