Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1529 Qualifiers DestPointeeQuals = DestPointee.getQualifiers(); in TryStaticCast() local
1531 DestPointeeQuals.removeObjCGCAttr(); in TryStaticCast()
1532 DestPointeeQuals.removeObjCLifetime(); in TryStaticCast()
1535 if (DestPointeeQuals != SrcPointeeQuals && in TryStaticCast()
1536 !DestPointeeQuals.compatiblyIncludes(SrcPointeeQuals, in TryStaticCast()