Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp707 Qualifiers SrcQuals, DestQuals; in CastsAwayConstness() local
709 Self.Context.getUnqualifiedArrayType(UnwrappedDestType, DestQuals); in CastsAwayConstness()
722 Qualifiers::fromCVRMask(DestQuals.getCVRQualifiers()); in CastsAwayConstness()
745 !DestQuals.compatiblyIncludesObjCLifetime(SrcQuals)) in CastsAwayConstness()
750 if (AllConstSoFar && !DestQuals.hasConst()) { in CastsAwayConstness()