Searched refs:structOrUnion (Results 1 – 1 of 1) sorted by relevance
2209 const structOrUnion = token.value; in cparseDeclarationSpecifiers() local2221 t = cparseStruct(sloc, structOrUnion, symbols); in cparseDeclarationSpecifiers()3381 private AST.Type cparseStruct(Loc loc, TOK structOrUnion, ref AST.Dsymbols* symbols)3414 error("missing tag `identifier` after `%s`", Token.toChars(structOrUnion));3420 return new AST.TypeTag(loc, structOrUnion, tag, null, members);