Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/ !
H A DSemaCast.cpp1454 Qualifiers DestPointeeQuals = DestPointee.getQualifiers(); in TryStaticCast() local
1456 DestPointeeQuals.removeObjCGCAttr(); in TryStaticCast()
1457 DestPointeeQuals.removeObjCLifetime(); in TryStaticCast()
1460 if (DestPointeeQuals != SrcPointeeQuals && in TryStaticCast()
1461 !DestPointeeQuals.compatiblyIncludes(SrcPointeeQuals)) { in TryStaticCast()