Searched refs:OldQType (Results 1 – 2 of 2) sorted by relevance
1985 QualType OldQType = Context.getCanonicalType(Old->getType()); in MergeFunctionDecl() local2019 const FunctionType *OldType = cast<FunctionType>(OldQType); in MergeFunctionDecl()2102 ResQT = Context.mergeObjCGCQualifiers(NewQType, OldQType); in MergeFunctionDecl()2191 QualType OldQTypeForComparison = OldQType; in MergeFunctionDecl()2193 assert(OldQType == QualType(OldType, 0)); in MergeFunctionDecl()2209 Context.typesAreCompatible(OldQType, NewQType)) { in MergeFunctionDecl()2210 const FunctionType *OldFuncType = OldQType->getAs<FunctionType>(); in MergeFunctionDecl()
939 QualType OldQType = Context.getCanonicalType(Old->getType()); in IsOverload() local948 if (isa<FunctionNoProtoType>(OldQType.getTypePtr()) || in IsOverload()952 const FunctionProtoType* OldType = cast<FunctionProtoType>(OldQType); in IsOverload()958 if (OldQType != NewQType && in IsOverload()