Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp1985 QualType OldQType = Context.getCanonicalType(Old->getType()); in MergeFunctionDecl() local
2019 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()
DSemaOverload.cpp939 QualType OldQType = Context.getCanonicalType(Old->getType()); in IsOverload() local
948 if (isa<FunctionNoProtoType>(OldQType.getTypePtr()) || in IsOverload()
952 const FunctionProtoType* OldType = cast<FunctionProtoType>(OldQType); in IsOverload()
958 if (OldQType != NewQType && in IsOverload()