Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp509 QualType UnwrappedSrcType = Self.Context.getCanonicalType(SrcType), in CastsAwayConstness() local
516 QualType PrevUnwrappedSrcType = UnwrappedSrcType; in CastsAwayConstness()
518 while (UnwrapDissimilarPointerTypes(UnwrappedSrcType, UnwrappedDestType)) { in CastsAwayConstness()
521 Self.Context.getUnqualifiedArrayType(UnwrappedSrcType, SrcQuals); in CastsAwayConstness()
544 PrevUnwrappedSrcType = UnwrappedSrcType; in CastsAwayConstness()