Home
last modified time | relevance | path

Searched refs:parse_declaration_without_postfix (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
Dparse_method.py56 end_of_args = parse_declaration_without_postfix(data, start, res)
95 def parse_declaration_without_postfix(data: str, start: int, res: Dict[str, Any]) -> int: function