Lines Matching refs:statement_def
55 class statement_def { class
150 statement_def(const statement_type& type_, in statement_def() function in __anon5ef3b49e0111::statement_def
175 static statement_def
198 return statement_def(descriptor.type, new_arguments); in parse()
203 statement_def::types_map statement_def::_types;
304 statement_def
308 return statement_def::parse(line.substr(_prefix.length())); in parse_statement()
330 const statement_def statement = parse_statement(line); in handle_normal()
333 case statement_def::type_else: in handle_normal()
337 case statement_def::type_endif: in handle_normal()
341 case statement_def::type_endloop: { in handle_normal()
358 case statement_def::type_if: { in handle_normal()
370 case statement_def::type_loop: { in handle_normal()
400 const statement_def statement = parse_statement(line); in handle_skip()
402 case statement_def::type_else: in handle_skip()
407 case statement_def::type_endif: in handle_skip()
415 case statement_def::type_endloop: in handle_skip()
423 case statement_def::type_if: in handle_skip()
428 case statement_def::type_loop: in handle_skip()