Home
last modified time | relevance | path

Searched refs:UnwrappedSrcType (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp647 QualType UnwrappedSrcType = Self.Context.getCanonicalType(SrcType), in CastsAwayConstness() local
653 QualType PrevUnwrappedSrcType = UnwrappedSrcType; in CastsAwayConstness()
658 Self.Context, UnwrappedSrcType, UnwrappedDestType)) { in CastsAwayConstness()
666 Self.Context.getUnqualifiedArrayType(UnwrappedSrcType, SrcQuals); in CastsAwayConstness()
672 if (UnwrappedSrcType->isObjCObjectType() || in CastsAwayConstness()
716 PrevUnwrappedSrcType = UnwrappedSrcType; in CastsAwayConstness()