Searched defs:DeclaratorChunk (Results 1 – 1 of 1) sorted by relevance
1248 struct DeclaratorChunk { struct1249 DeclaratorChunk() {}; in DeclaratorChunk() function1251 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 …]