Home | History | Annotate | Download | only in doc

Lines Matching full:fielddecl

965 StructType     = "struct" "{" { FieldDecl ";" } "}" .
966 FieldDecl = (IdentifierList Type | AnonymousField) [ Tag ] .