Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaCast.cpp659 UnwrappedDestType = Self.Context.getCanonicalType(DestType); in CastsAwayConstness() local
665 QualType PrevUnwrappedDestType = UnwrappedDestType; in CastsAwayConstness()
669 Self.Context, UnwrappedSrcType, UnwrappedDestType)) { in CastsAwayConstness()
678 Self.Context.getUnqualifiedArrayType(UnwrappedDestType, DestQuals); in CastsAwayConstness()
684 UnwrappedDestType->isObjCObjectType()) in CastsAwayConstness()
728 PrevUnwrappedDestType = UnwrappedDestType; in CastsAwayConstness()