Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1248 struct DeclaratorChunk { struct
1249 DeclaratorChunk() {}; in DeclaratorChunk() function
1251 enum {
1253 } Kind;
1256 SourceLocation Loc;
1258 SourceLocation EndLoc;
1260 SourceRange getSourceRange() const { in getSourceRange()
1266 ParsedAttributesView AttrList;
1268 struct PointerTypeInfo {
1292 struct ReferenceTypeInfo {
[all …]