Home | History | Annotate | Download | only in src2

Lines Matching full:end_token

607     def parse_stmt(self, stmt, end_token):
619 if end_token == "{":
644 if end_token == "{":
685 if end_token == "}" and context == "enum":
689 if end_token == ";" and stmt.startswith("typedef"):
704 if (context == "struct" or context == "class") and end_token == ";" and stmt: