Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1216 struct PointerTypeInfo { struct
1218 unsigned TypeQuals : 5;
1221 SourceLocation ConstQualLoc;
1224 SourceLocation VolatileQualLoc;
1227 SourceLocation RestrictQualLoc;
1230 SourceLocation AtomicQualLoc;
1233 SourceLocation UnalignedQualLoc;
1235 void destroy() { in destroy()