Searched defs:LoopStatement (Results 1 – 2 of 2) sorted by relevance
64 …explicit LoopStatement(AstNodeType type, binder::LoopScope *scope) : Statement(type), scope_(scope… in LoopStatement() function
86 explicit LoopStatement(AstNodeType type) : Statement(type) {} in LoopStatement() function