Searched refs:NamedConstantDef (Results 1 – 5 of 5) sorted by relevance
868 "PARAMETER" >> parenthesized(nonemptyList(Parser<NamedConstantDef>{}))))871 "PARAMETER" >> nonemptyList(Parser<NamedConstantDef>{}))))874 TYPE_PARSER(construct<NamedConstantDef>(namedConstant, "=" >> constantExpr))
630 void Unparse(const NamedConstantDef &x) { // R852 in Unparse()
1262 struct NamedConstantDef { struct1263 TUPLE_CLASS_BOILERPLATE(NamedConstantDef);1268 WRAPPER_CLASS(ParameterStmt, std::list<NamedConstantDef>); argument3276 WRAPPER_CLASS(OldParameterStmt, std::list<NamedConstantDef>);
435 NODE(parser, NamedConstantDef) in NODE()
739 bool Pre(const parser::NamedConstantDef &);3240 bool DeclarationVisitor::Pre(const parser::NamedConstantDef &x) { in Pre()