Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp648 QualType UnwrappedSrcType = Self.Context.getCanonicalType(SrcType), in CastsAwayConstness() local
654 QualType PrevUnwrappedSrcType = UnwrappedSrcType; in CastsAwayConstness()
659 Self.Context, UnwrappedSrcType, UnwrappedDestType)) { in CastsAwayConstness()
667 Self.Context.getUnqualifiedArrayType(UnwrappedSrcType, SrcQuals); in CastsAwayConstness()
673 if (UnwrappedSrcType->isObjCObjectType() || in CastsAwayConstness()
717 PrevUnwrappedSrcType = UnwrappedSrcType; in CastsAwayConstness()