Searched refs:is_null_ (Results 1 – 1 of 1) sorted by relevance
377 bool IsNull() const { return is_null_; } in IsNull()380 explicit PreParserStatementList(bool is_null) : is_null_(is_null) {} in PreParserStatementList()381 bool is_null_; variable