Searched refs:is_statement (Results 1 – 3 of 3) sorted by relevance
23 assert CursorKind.UNEXPOSED_STMT.is_statement()
903 void SetPosition(intptr_t pc, int pos, bool is_statement) { in SetPosition() argument904 AddPCInfo(PCInfo(pc, pos, is_statement)); in SetPosition()908 PCInfo(intptr_t pc, int pos, bool is_statement) in PCInfo()909 : pc_(pc), pos_(pos), is_statement_(is_statement) {} in PCInfo()1469 bool is_statement = true; in WriteBodyInternal() local1491 if (!is_statement) { in WriteBodyInternal()1494 } else if (is_statement != info->is_statement_) { in WriteBodyInternal()1496 is_statement = !is_statement; in WriteBodyInternal()
571 def is_statement(self): member in CursorKind