Home
last modified time | relevance | path

Searched refs:ComponentOrFill (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Duser-state.cpp88 for (const auto &item : std::get<std::list<ComponentOrFill>>(defs->t)) { in Parse()
H A DFortran-parsers.cpp421 Parser<ComponentOrFill>{})))
451 TYPE_PARSER(construct<ComponentOrFill>(Parser<ComponentDecl>{}) ||
452 construct<ComponentOrFill>(Parser<FillDecl>{}))
H A Dunparse.cpp268 const auto &decls{std::get<std::list<ComponentOrFill>>(x.t)}; in Unparse()
273 decls.begin(), decls.end(), [](const ComponentOrFill &c) { in Unparse()
2521 std::get<std::list<ComponentOrFill>>(def->statement.t)) { in Post()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1010 struct ComponentOrFill { struct
1011 UNION_CLASS_BOILERPLATE(ComponentOrFill);
1021 std::list<ComponentOrFill>> argument
H A Ddump-parse-tree.h201 NODE(parser, ComponentOrFill) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp4747 Walk(std::get<std::list<parser::ComponentOrFill>>(x.t)); in Pre()