Lines Matching defs:ln
260 def __init__(self, config, fname, ln): argument
297 def emit_msg(self, ln, msg, *, warning=True): argument
403 def emit_msg(self, ln, msg, *, warning=True): argument
451 def reset_state(self, ln): argument
469 def push_parameter(self, ln, decl_type, param, dtype, argument
531 def create_parameter_list(self, ln, decl_type, args, argument
633 def check_sections(self, ln, decl_name, decl_type): argument
648 def check_return_section(self, ln, declaration_name, return_type): argument
816 def dump_struct(self, ln, proto): argument
858 def dump_enum(self, ln, proto): argument
930 def dump_declaration(self, ln, prototype): argument
945 def dump_function(self, ln, prototype): argument
1046 def dump_typedef(self, ln, proto): argument
1131 def process_normal(self, ln, line): argument
1145 def process_name(self, ln, line): argument
1226 def is_new_section(self, ln, line): argument
1261 def is_comment_end(self, ln, line): argument
1278 def process_decl(self, ln, line): argument
1307 def process_special(self, ln, line): argument
1358 def process_body(self, ln, line): argument
1372 def process_inline_name(self, ln, line): argument
1387 def process_inline_text(self, ln, line): argument
1397 def syscall_munge(self, ln, proto): # pylint: disable=W0613 argument
1436 def tracepoint_munge(self, ln, proto): argument
1473 def process_proto_function(self, ln, line): argument
1518 def process_proto_type(self, ln, line): argument
1555 def process_proto(self, ln, line): argument
1572 def process_docblock(self, ln, line): argument