Searched refs:START_BLOCK (Results 1 – 11 of 11) sorted by relevance
155 start_token = self._PopTo(Type.START_BLOCK)182 self._Add(self._PopTo(Type.START_BLOCK))226 elif token_type == Type.START_BLOCK or token.metadata.is_implied_block:498 if (token_info.token.type == Type.START_BLOCK and530 if (token_info.token.type == Type.START_BLOCK and556 if token_info.token.type not in (Type.START_BLOCK, Type.START_BRACKET):
104 START_BLOCK = re.compile('{') variable in JavaScriptTokenizer289 Matcher(START_BLOCK, Type.DOC_START_BRACE),349 Matcher(cls.START_BLOCK, Type.START_BLOCK),
343 if next_code.type != TokenType.START_BLOCK:365 if (next_code.type != TokenType.START_BLOCK and386 elif token_type == TokenType.START_BLOCK:511 next_code_is_block = next_code and next_code.type == TokenType.START_BLOCK
141 if token.type == Type.START_BLOCK:
38 START_BLOCK = '{' variable in JavaScriptTokenType
341 elif (token_type == Type.START_BLOCK and372 if state.InInterfaceMethod() and last_code.type != Type.START_BLOCK:685 next_code.type in (Type.START_BRACKET, Type.START_BLOCK) or
435 if token.type != JavaScriptTokenType.START_BLOCK:
545 elif token.type == Type.START_BLOCK:
1098 if type == Type.START_BLOCK:
297 #define START_BLOCK(sbi, segno) (SM_I(sbi)->main_blkaddr + \ macro351 if (START_BLOCK(sbi, curseg->segno) + in IS_VALID_BLK_ADDR()
632 addr = START_BLOCK(sbi, segno); in restore_node_summary()