Searched defs:DeclaratorChunk (Results 1 – 2 of 2) sorted by relevance
1101 struct DeclaratorChunk { struct1102 enum {1104 } Kind;1107 SourceLocation Loc;1109 SourceLocation EndLoc;1111 SourceRange getSourceRange() const { in getSourceRange()1117 struct TypeInfoCommon {1121 struct PointerTypeInfo : TypeInfoCommon {1144 struct ReferenceTypeInfo : TypeInfoCommon {1153 struct ArrayTypeInfo : TypeInfoCommon {[all …]
1164 struct DeclaratorChunk { struct1165 enum {1167 } Kind;1170 SourceLocation Loc;1172 SourceLocation EndLoc;1174 SourceRange getSourceRange() const { in getSourceRange()1180 ParsedAttributesView AttrList;1182 struct PointerTypeInfo {1205 struct ReferenceTypeInfo {1214 struct ArrayTypeInfo {[all …]