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.h1268 struct PointerTypeInfo { struct
1274 SourceLocation ConstQualLoc;
1277 SourceLocation VolatileQualLoc;
1280 SourceLocation RestrictQualLoc;
1283 SourceLocation AtomicQualLoc;
1286 SourceLocation UnalignedQualLoc;
1288 void destroy() { in destroy()