Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1446 Qualifiers DestPointeeQuals = DestPointee.getQualifiers(); in TryStaticCast() local
1448 DestPointeeQuals.removeObjCGCAttr(); in TryStaticCast()
1449 DestPointeeQuals.removeObjCLifetime(); in TryStaticCast()
1452 if (DestPointeeQuals != SrcPointeeQuals && in TryStaticCast()
1453 !DestPointeeQuals.compatiblyIncludes(SrcPointeeQuals)) { in TryStaticCast()