Home
last modified time | relevance | path

Searched refs:UnwrappedDestType (Results 1 – 1 of 1) 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()