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.h1250 struct DeclaratorChunk { struct
1251 DeclaratorChunk() {}; in DeclaratorChunk() argument
1253 enum {
1255 } Kind;
1258 SourceLocation Loc;
1260 SourceLocation EndLoc;
1262 SourceRange getSourceRange() const { in getSourceRange()
1268 ParsedAttributesView AttrList;
1270 struct PointerTypeInfo {
1294 struct ReferenceTypeInfo {
[all …]