Searched defs:DeclaratorChunk (Results 1 – 1 of 1) sorted by relevance
1173 struct DeclaratorChunk { struct1174 DeclaratorChunk() {}; in DeclaratorChunk() function1176 enum {1178 } Kind;1181 SourceLocation Loc;1183 SourceLocation EndLoc;1185 SourceRange getSourceRange() const { in getSourceRange()1191 ParsedAttributesView AttrList;1193 struct PointerTypeInfo {1216 struct ReferenceTypeInfo {[all …]