Home
last modified time | relevance | path

Searched defs:PointerTypeInfo (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h1121 struct PointerTypeInfo : TypeInfoCommon { struct
1123 unsigned TypeQuals : 5;
1126 unsigned ConstQualLoc;
1129 unsigned VolatileQualLoc;
1132 unsigned RestrictQualLoc;
1135 unsigned AtomicQualLoc;
1138 unsigned UnalignedQualLoc;
1140 void destroy() { in destroy()