Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1193 struct PointerTypeInfo { struct
1195 unsigned TypeQuals : 5;
1198 SourceLocation ConstQualLoc;
1201 SourceLocation VolatileQualLoc;
1204 SourceLocation RestrictQualLoc;
1207 SourceLocation AtomicQualLoc;
1210 SourceLocation UnalignedQualLoc;
1212 void destroy() { in destroy()