Home
last modified time | relevance | path

Searched defs:declaration_type (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/spirit/classic/example/intermediate/
Dparameters.cpp42 class declaration_type class
51 declaration_type() : type(vartype_unknown) in declaration_type() function in declaration_type
55 declaration_type(ItT const &first, ItT const &last) in declaration_type() function in declaration_type
59 declaration_type(declaration_type const &type_) : type(type_.type) in declaration_type() function in declaration_type
62 declaration_type(string const &type_) : type(vartype_unknown) in declaration_type() function in declaration_type
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-statm.c487 uint8_t declaration_type = context_p->token.type; in parser_parse_var_statement() local