Searched defs:PointerTypeInfo (Results 1 – 1 of 1) sorted by relevance
1121 struct PointerTypeInfo : TypeInfoCommon { struct1123 unsigned TypeQuals : 5;1126 unsigned ConstQualLoc;1129 unsigned VolatileQualLoc;1132 unsigned RestrictQualLoc;1135 unsigned AtomicQualLoc;1138 unsigned UnalignedQualLoc;1140 void destroy() { in destroy()