Searched defs:DeclaratorChunk (Results 1 – 5 of 5) sorted by relevance
1247 struct DeclaratorChunk { struct1248 DeclaratorChunk() {}; in DeclaratorChunk() function1250 enum {1252 } Kind;1255 SourceLocation Loc;1257 SourceLocation EndLoc;1259 SourceRange getSourceRange() const { in getSourceRange()1265 ParsedAttributesView AttrList;1267 struct PointerTypeInfo {1291 struct ReferenceTypeInfo {[all …]
1248 struct DeclaratorChunk { struct1249 DeclaratorChunk() {}; in DeclaratorChunk() argument1251 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 …]
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 …]
1212 struct DeclaratorChunk { struct1213 DeclaratorChunk() {}; in DeclaratorChunk() function1215 enum {1217 } Kind;1220 SourceLocation Loc;1222 SourceLocation EndLoc;1224 SourceRange getSourceRange() const { in getSourceRange()1230 ParsedAttributesView AttrList;1232 struct PointerTypeInfo {1255 struct ReferenceTypeInfo {[all …]