Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1397 Qualifiers DestPointeeQuals = DestPointee.getQualifiers(); in TryStaticCast() local
1399 DestPointeeQuals.removeObjCGCAttr(); in TryStaticCast()
1400 DestPointeeQuals.removeObjCLifetime(); in TryStaticCast()
1403 if (DestPointeeQuals != SrcPointeeQuals && in TryStaticCast()
1404 !DestPointeeQuals.compatiblyIncludes(SrcPointeeQuals)) { in TryStaticCast()