Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1232 struct PointerTypeInfo { struct
1234 unsigned TypeQuals : 5;
1237 SourceLocation ConstQualLoc;
1240 SourceLocation VolatileQualLoc;
1243 SourceLocation RestrictQualLoc;
1246 SourceLocation AtomicQualLoc;
1249 SourceLocation UnalignedQualLoc;
1251 void destroy() { in destroy()