8#ifndef SKSL_BREAKSTATEMENT
9#define SKSL_BREAKSTATEMENT
27 return std::make_unique<BreakStatement>(
pos);
BreakStatement(Position pos)
static constexpr Kind kIRNodeKind
std::string description() const override
static std::unique_ptr< Statement > Make(Position pos)
Statement(Position pos, Kind kind)