Searched defs:declaration_type (Results 1 – 2 of 2) sorted by relevance
42 class declaration_type class51 declaration_type() : type(vartype_unknown) in declaration_type() function in declaration_type55 declaration_type(ItT const &first, ItT const &last) in declaration_type() function in declaration_type59 declaration_type(declaration_type const &type_) : type(type_.type) in declaration_type() function in declaration_type62 declaration_type(string const &type_) : type(vartype_unknown) in declaration_type() function in declaration_type
487 uint8_t declaration_type = context_p->token.type; in parser_parse_var_statement() local