Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp739 UnwrappedDestType = Self.Context.getCanonicalType(DestType); in CastsAwayConstness() local
745 QualType PrevUnwrappedDestType = UnwrappedDestType; in CastsAwayConstness()
749 Self.Context, UnwrappedSrcType, UnwrappedDestType)) { in CastsAwayConstness()
758 Self.Context.getUnqualifiedArrayType(UnwrappedDestType, DestQuals); in CastsAwayConstness()
764 UnwrappedDestType->isObjCObjectType()) in CastsAwayConstness()
809 PrevUnwrappedDestType = UnwrappedDestType; in CastsAwayConstness()