Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1194 struct PointerTypeInfo { struct
1196 unsigned TypeQuals : 5;
1199 SourceLocation ConstQualLoc;
1202 SourceLocation VolatileQualLoc;
1205 SourceLocation RestrictQualLoc;
1208 SourceLocation AtomicQualLoc;
1211 SourceLocation UnalignedQualLoc;
1213 void destroy() { in destroy()