Lines Matching defs:eol
385 def _doc_line(doc, comment, eol): argument
392 def _import_line(import_, filename, as_, name, comment, eol): argument
398 def _attribute_line(attribute, comment, eol): argument
425 def _structure_type(struct, name, parameters, colon, comment, eol, body): argument
434 def _type(struct, name, colon, comment, eol, body): argument
489 def _virtual_field(let_keyword, name, equals, value, comment, eol, body): argument
508 comment, eol, body): argument
525 def _inline_bits(location, bits, colon, comment, eol, body): argument
546 def _inline_type(location, keyword, name, abbreviation, colon, comment, eol, argument
565 def _conditional_field(if_, condition, colon, comment, eol, indent, body, argument
611 def _enum_value(name, equals, value, attributes, docs, comment, eol, body): argument
629 def _comment_line(comment, eol): argument
638 def _eol(eol, comments): argument