Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp689 QualType UnwrappedSrcType = Self.Context.getCanonicalType(SrcType), in CastsAwayConstness() local
695 QualType PrevUnwrappedSrcType = UnwrappedSrcType; in CastsAwayConstness()
700 Self.Context, UnwrappedSrcType, UnwrappedDestType)) { in CastsAwayConstness()
708 Self.Context.getUnqualifiedArrayType(UnwrappedSrcType, SrcQuals); in CastsAwayConstness()
714 if (UnwrappedSrcType->isObjCObjectType() || in CastsAwayConstness()
758 PrevUnwrappedSrcType = UnwrappedSrcType; in CastsAwayConstness()