Searched refs:statement_def (Results 1 – 1 of 1) sorted by relevance
55 class statement_def { class150 statement_def(const statement_type& type_, in statement_def() function in __anon5ef3b49e0111::statement_def175 static statement_def198 return statement_def(descriptor.type, new_arguments); in parse()203 statement_def::types_map statement_def::_types;304 statement_def308 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()[all …]