Searched refs:ProcComponentAttrSpec (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | Fortran-parsers.cpp | 469 "," >> nonemptyList(Parser<ProcComponentAttrSpec>{}), ok), 477 TYPE_PARSER(construct<ProcComponentAttrSpec>(accessSpec) || 478 construct<ProcComponentAttrSpec>(noPass) || 479 construct<ProcComponentAttrSpec>(pass) || 480 construct<ProcComponentAttrSpec>(pointer))
|
| H A D | unparse.cpp | 336 Walk(", ", std::get<std::list<ProcComponentAttrSpec>>(x.t), ", "); in Unparse()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 1029 struct ProcComponentAttrSpec { struct 1030 UNION_CLASS_BOILERPLATE(ProcComponentAttrSpec); 1059 std::tuple<std::optional<ProcInterface>, std::list<ProcComponentAttrSpec>,
|
| H A D | dump-parse-tree.h | 600 NODE(parser, ProcComponentAttrSpec) in NODE()
|