Lines Matching refs:statement_def
54 class statement_def { class
149 statement_def(const statement_type& type_, in statement_def() function in __anonbbfdf9370111::statement_def
174 static statement_def
197 return statement_def(descriptor.type, new_arguments); in parse()
202 statement_def::types_map statement_def::_types;
303 statement_def
307 return statement_def::parse(line.substr(_prefix.length())); in parse_statement()
329 const statement_def statement = parse_statement(line); in handle_normal()
332 case statement_def::type_else: in handle_normal()
336 case statement_def::type_endif: in handle_normal()
340 case statement_def::type_endloop: { in handle_normal()
357 case statement_def::type_if: { in handle_normal()
369 case statement_def::type_loop: { in handle_normal()
399 const statement_def statement = parse_statement(line); in handle_skip()
401 case statement_def::type_else: in handle_skip()
406 case statement_def::type_endif: in handle_skip()
414 case statement_def::type_endloop: in handle_skip()
422 case statement_def::type_if: in handle_skip()
427 case statement_def::type_loop: in handle_skip()