Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp682 UnwrappedDestType = Self.Context.getCanonicalType(DestType); in CastsAwayConstness() local
688 QualType PrevUnwrappedDestType = UnwrappedDestType; in CastsAwayConstness()
692 Self.Context, UnwrappedSrcType, UnwrappedDestType)) { in CastsAwayConstness()
701 Self.Context.getUnqualifiedArrayType(UnwrappedDestType, DestQuals); in CastsAwayConstness()
707 UnwrappedDestType->isObjCObjectType()) in CastsAwayConstness()
751 PrevUnwrappedDestType = UnwrappedDestType; in CastsAwayConstness()