Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp510 UnwrappedDestType = Self.Context.getCanonicalType(DestType); in CastsAwayConstness() local
517 QualType PrevUnwrappedDestType = UnwrappedDestType; in CastsAwayConstness()
518 while (UnwrapDissimilarPointerTypes(UnwrappedSrcType, UnwrappedDestType)) { in CastsAwayConstness()
522 Self.Context.getUnqualifiedArrayType(UnwrappedDestType, DestQuals); in CastsAwayConstness()
545 PrevUnwrappedDestType = UnwrappedDestType; in CastsAwayConstness()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp648 UnwrappedDestType = Self.Context.getCanonicalType(DestType); in CastsAwayConstness() local
654 QualType PrevUnwrappedDestType = UnwrappedDestType; in CastsAwayConstness()
658 Self.Context, UnwrappedSrcType, UnwrappedDestType)) { in CastsAwayConstness()
667 Self.Context.getUnqualifiedArrayType(UnwrappedDestType, DestQuals); in CastsAwayConstness()
673 UnwrappedDestType->isObjCObjectType()) in CastsAwayConstness()
717 PrevUnwrappedDestType = UnwrappedDestType; in CastsAwayConstness()