Searched refs:OldQType (Results 1 – 2 of 2) sorted by relevance
3351 QualType OldQType = Context.getCanonicalType(Old->getType()); in MergeFunctionDecl() local3353 const FunctionType *OldType = cast<FunctionType>(OldQType); in MergeFunctionDecl()3492 OldQType = Context.getCanonicalType(Old->getType()); in MergeFunctionDecl()3509 ResQT = Context.mergeObjCGCQualifiers(NewQType, OldQType); in MergeFunctionDecl()3642 QualType OldQTypeForComparison = OldQType; in MergeFunctionDecl()3644 auto *OldType = OldQType->castAs<FunctionProtoType>(); in MergeFunctionDecl()3681 if (!canFullyTypeCheckRedeclaration(New, Old, NewQType, OldQType)) in MergeFunctionDecl()3690 Context.typesAreCompatible(OldQType, NewQType)) { in MergeFunctionDecl()3691 const FunctionType *OldFuncType = OldQType->getAs<FunctionType>(); in MergeFunctionDecl()3726 if (Context.hasSameFunctionTypeIgnoringPtrSizes(OldQType, NewQType)) in MergeFunctionDecl()[all …]
1164 QualType OldQType = Context.getCanonicalType(Old->getType()); in IsOverload() local1173 if (isa<FunctionNoProtoType>(OldQType.getTypePtr()) || in IsOverload()1177 const FunctionProtoType *OldType = cast<FunctionProtoType>(OldQType); in IsOverload()1183 if (OldQType != NewQType && in IsOverload()