Home
last modified time | relevance | path

Searched refs:OldQType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3351 QualType OldQType = Context.getCanonicalType(Old->getType()); in MergeFunctionDecl() local
3353 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 …]
H A DSemaOverload.cpp1164 QualType OldQType = Context.getCanonicalType(Old->getType()); in IsOverload() local
1173 if (isa<FunctionNoProtoType>(OldQType.getTypePtr()) || in IsOverload()
1177 const FunctionProtoType *OldType = cast<FunctionProtoType>(OldQType); in IsOverload()
1183 if (OldQType != NewQType && in IsOverload()