Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCast.cpp658 UnwrappedDestType = Self.Context.getCanonicalType(DestType); in CastsAwayConstness() local
664 QualType PrevUnwrappedDestType = UnwrappedDestType; in CastsAwayConstness()
668 Self.Context, UnwrappedSrcType, UnwrappedDestType)) { in CastsAwayConstness()
677 Self.Context.getUnqualifiedArrayType(UnwrappedDestType, DestQuals); in CastsAwayConstness()
683 UnwrappedDestType->isObjCObjectType()) in CastsAwayConstness()
727 PrevUnwrappedDestType = UnwrappedDestType; in CastsAwayConstness()