Home
last modified time | relevance | path

Searched refs:SrcQuals (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
708 Self.Context.getUnqualifiedArrayType(UnwrappedSrcType, SrcQuals); in CastsAwayConstness()
716 SrcQuals.removeConst(); in CastsAwayConstness()
720 Qualifiers::fromCVRMask(SrcQuals.getCVRQualifiers()); in CastsAwayConstness()
745 !DestQuals.compatiblyIncludesObjCLifetime(SrcQuals)) in CastsAwayConstness()