Searched refs:NamedConstantDef (Results 1 – 5 of 5) sorted by relevance
890 "PARAMETER" >> parenthesized(nonemptyList(Parser<NamedConstantDef>{}))))895 "PARAMETER" >> nonemptyList(Parser<NamedConstantDef>{}))))898 TYPE_PARSER(construct<NamedConstantDef>(namedConstant, "=" >> constantExpr))
654 void Unparse(const NamedConstantDef &x) { // R852 in Unparse()
1270 struct NamedConstantDef { struct1271 TUPLE_CLASS_BOILERPLATE(NamedConstantDef);1276 WRAPPER_CLASS(ParameterStmt, std::list<NamedConstantDef>); argument3297 WRAPPER_CLASS(OldParameterStmt, std::list<NamedConstantDef>);
443 NODE(parser, NamedConstantDef) in NODE()
869 bool Pre(const parser::NamedConstantDef &);3941 bool DeclarationVisitor::Pre(const parser::NamedConstantDef &x) { in Pre()