Searched refs:OldQType (Results 1 – 2 of 2) sorted by relevance
2815 QualType OldQType = Context.getCanonicalType(Old->getType()); in MergeFunctionDecl() local2817 const FunctionType *OldType = cast<FunctionType>(OldQType); in MergeFunctionDecl()2938 !((NewQType->isDependentType() || OldQType->isDependentType()) && in MergeFunctionDecl()2942 ResQT = Context.mergeObjCGCQualifiers(NewQType, OldQType); in MergeFunctionDecl()3075 QualType OldQTypeForComparison = OldQType; in MergeFunctionDecl()3077 assert(OldQType == QualType(OldType, 0)); in MergeFunctionDecl()3106 if ((NewQType->isDependentType() || OldQType->isDependentType()) && in MergeFunctionDecl()3120 Context.typesAreCompatible(OldQType, NewQType)) { in MergeFunctionDecl()3121 const FunctionType *OldFuncType = OldQType->getAs<FunctionType>(); in MergeFunctionDecl()
1014 QualType OldQType = Context.getCanonicalType(Old->getType()); in IsOverload() local1023 if (isa<FunctionNoProtoType>(OldQType.getTypePtr()) || in IsOverload()1027 const FunctionProtoType *OldType = cast<FunctionProtoType>(OldQType); in IsOverload()1033 if (OldQType != NewQType && in IsOverload()