Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h984 struct PointerTypeInfo : TypeInfoCommon { struct
986 unsigned TypeQuals : 3;
989 unsigned ConstQualLoc;
992 unsigned VolatileQualLoc;
995 unsigned RestrictQualLoc;
997 void destroy() { in destroy()