Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1027 struct PointerTypeInfo : TypeInfoCommon { struct
1029 unsigned TypeQuals : 3;
1032 unsigned ConstQualLoc;
1035 unsigned VolatileQualLoc;
1038 unsigned RestrictQualLoc;
1040 void destroy() { in destroy()