Searched refs:FillDecl (Results 1 – 5 of 5) sorted by relevance
449 construct<FillDecl>(space >> sourced("%FILL" >> construct<Name>()),452 construct<ComponentOrFill>(Parser<FillDecl>{}))
284 [](const FillDecl &) { return false; }, in Unparse() argument320 void Unparse(const FillDecl &x) { // DEC extension in Unparse()
1004 struct FillDecl { struct1005 TUPLE_CLASS_BOILERPLATE(FillDecl);1012 std::variant<ComponentDecl, FillDecl> u; argument
200 NODE(parser, FillDecl) in NODE()
923 void Post(const parser::FillDecl &);4697 void DeclarationVisitor::Post(const parser::FillDecl &x) { in Post()