Lines Matching defs:ln
117 def __init__(self, config, ln): argument
250 def emit_msg(self, ln, msg, warning=True): argument
297 def reset_state(self, ln): argument
308 def push_parameter(self, ln, decl_type, param, dtype, argument
380 def create_parameter_list(self, ln, decl_type, args, argument
490 def check_sections(self, ln, decl_name, decl_type): argument
505 def check_return_section(self, ln, declaration_name, return_type): argument
523 def dump_struct(self, ln, proto): argument
797 def dump_enum(self, ln, proto): argument
875 def dump_declaration(self, ln, prototype): argument
890 def dump_function(self, ln, prototype): argument
1039 def dump_typedef(self, ln, proto): argument
1130 def process_normal(self, ln, line): argument
1144 def process_name(self, ln, line): argument
1225 def is_new_section(self, ln, line): argument
1260 def is_comment_end(self, ln, line): argument
1277 def process_decl(self, ln, line): argument
1306 def process_special(self, ln, line): argument
1357 def process_body(self, ln, line): argument
1371 def process_inline_name(self, ln, line): argument
1386 def process_inline_text(self, ln, line): argument
1396 def syscall_munge(self, ln, proto): # pylint: disable=W0613 argument
1435 def tracepoint_munge(self, ln, proto): argument
1472 def process_proto_function(self, ln, line): argument
1517 def process_proto_type(self, ln, line): argument
1554 def process_proto(self, ln, line): argument
1571 def process_docblock(self, ln, line): argument