Searched defs:LoopStatement (Results 1 – 3 of 3) sorted by relevance
64 …explicit LoopStatement(AstNodeType type, binder::LoopScope *scope) : Statement(type), scope_(scope… in LoopStatement() function
82 explicit LoopStatement(AstNodeType type) : Statement(type) {} in LoopStatement() function
27 class LoopStatement; variable