| H A D | kdoc_parser.py | 265 def __init__(self, config, fname, ln): 290 self.declaration_start_line = ln + 1 304 def emit_msg(self, ln, msg, *, warning=True): 307 log_msg = f"{self.fname}:{ln} {msg}" 412 def emit_msg(self, ln, msg, *, warning=True): 416 self.entry.emit_msg(ln, msg, warning=warning) 419 log_msg = f"{self.fname}:{ln} {msg}" 484 def reset_state(self, ln): 492 self.entry = KernelEntry(self.config, self.fname, ln) 497 def push_parameter(self, ln, decl_typ 260 __init__(self, config, fname, ln) global() argument 297 emit_msg(self, ln, msg, *, warning=True) global() argument 403 emit_msg(self, ln, msg, *, warning=True) global() argument 451 reset_state(self, ln) global() argument 469 push_parameter(self, ln, decl_type, param, dtype, org_arg, declaration_name) global() argument 531 create_parameter_list(self, ln, decl_type, args, splitter, declaration_name) global() argument 633 check_sections(self, ln, decl_name, decl_type) global() argument 648 check_return_section(self, ln, declaration_name, return_type) global() argument 816 dump_struct(self, ln, proto) global() argument 858 dump_enum(self, ln, proto) global() argument 930 dump_declaration(self, ln, prototype) global() argument 945 dump_function(self, ln, prototype) global() argument 1046 dump_typedef(self, ln, proto) global() argument 1131 process_normal(self, ln, line) global() argument 1145 process_name(self, ln, line) global() argument 1226 is_new_section(self, ln, line) global() argument 1261 is_comment_end(self, ln, line) global() argument 1278 process_decl(self, ln, line) global() argument 1307 process_special(self, ln, line) global() argument 1358 process_body(self, ln, line) global() argument 1372 process_inline_name(self, ln, line) global() argument 1387 process_inline_text(self, ln, line) global() argument 1397 syscall_munge(self, ln, proto) global() argument 1436 tracepoint_munge(self, ln, proto) global() argument 1473 process_proto_function(self, ln, line) global() argument 1518 process_proto_type(self, ln, line) global() argument 1555 process_proto(self, ln, line) global() argument 1572 process_docblock(self, ln, line) global() argument [all...] |