Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1270 struct PointerTypeInfo { struct
1276 SourceLocation ConstQualLoc;
1279 SourceLocation VolatileQualLoc;
1282 SourceLocation RestrictQualLoc;
1285 SourceLocation AtomicQualLoc;
1288 SourceLocation UnalignedQualLoc;
1290 void destroy() { in destroy()