Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h1106 struct PointerTypeInfo : TypeInfoCommon { struct
1108 unsigned TypeQuals : 4;
1111 unsigned ConstQualLoc;
1114 unsigned VolatileQualLoc;
1117 unsigned RestrictQualLoc;
1120 unsigned AtomicQualLoc;
1122 void destroy() { in destroy()