Searched refs:OldQType (Results 1 – 2 of 2) sorted by relevance
2741 QualType OldQType = Context.getCanonicalType(Old->getType()); in MergeFunctionDecl() local2743 const FunctionType *OldType = cast<FunctionType>(OldQType); in MergeFunctionDecl()2864 !((NewQType->isDependentType() || OldQType->isDependentType()) && in MergeFunctionDecl()2868 ResQT = Context.mergeObjCGCQualifiers(NewQType, OldQType); in MergeFunctionDecl()3001 QualType OldQTypeForComparison = OldQType; in MergeFunctionDecl()3003 assert(OldQType == QualType(OldType, 0)); in MergeFunctionDecl()3032 if ((NewQType->isDependentType() || OldQType->isDependentType()) && in MergeFunctionDecl()3046 Context.typesAreCompatible(OldQType, NewQType)) { in MergeFunctionDecl()3047 const FunctionType *OldFuncType = OldQType->getAs<FunctionType>(); in MergeFunctionDecl()
976 QualType OldQType = Context.getCanonicalType(Old->getType()); in IsOverload() local985 if (isa<FunctionNoProtoType>(OldQType.getTypePtr()) || in IsOverload()989 const FunctionProtoType *OldType = cast<FunctionProtoType>(OldQType); in IsOverload()995 if (OldQType != NewQType && in IsOverload()