Home
last modified time | relevance | path

Searched defs:variable_declaration (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/libs/spirit/example/x3/calc/calc8/
Dast.hpp69 struct variable_declaration struct
71 assignment assign;
Dstatement_def.hpp37 variable_declaration_type const variable_declaration = "variable_declaration"; variable
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dast.hpp84 struct variable_declaration struct
86 identifier lhs;
87 boost::optional<expression> rhs;
Dstatement.hpp32 qi::rule<Iterator, ast::variable_declaration()> variable_declaration; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/
Dast.hpp71 struct variable_declaration struct
73 assignment assign;
Dstatement.hpp24 qi::rule<Iterator, ast::variable_declaration(), ascii::space_type> variable_declaration; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dast.hpp100 struct variable_declaration struct
102 identifier lhs;
103 boost::optional<expression> rhs;
Dstatement.hpp27 qi::rule<Iterator, ast::variable_declaration(), skipper<Iterator> > variable_declaration; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dast.hpp112 struct variable_declaration struct
114 identifier lhs;
115 boost::optional<expression> rhs;
Dstatement.hpp32 qi::rule<Iterator, ast::variable_declaration()> variable_declaration; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dast.hpp150 struct variable_declaration struct
152 identifier lhs;
153 boost::optional<expression> rhs;
Dstatement.hpp27 qi::rule<Iterator, ast::variable_declaration(), skipper<Iterator> > variable_declaration; member
/third_party/boost/libs/spirit/example/x3/calc/calc9/
Dast.hpp89 struct variable_declaration struct
91 assignment assign;
Dstatement_def.hpp37 variable_declaration_type const variable_declaration("variable_declaration"); variable
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dstatement.hpp27 qi::rule<Iterator, ast::variable_declaration(), ascii::space_type> variable_declaration; member
Dast.hpp92 struct variable_declaration struct
94 assignment assign;