Home
last modified time | relevance | path

Searched refs:ProcComponentAttrSpec (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/lib/Parser/
DFortran-parsers.cpp452 "," >> nonemptyList(Parser<ProcComponentAttrSpec>{}), ok),
460 TYPE_PARSER(construct<ProcComponentAttrSpec>(accessSpec) ||
461 construct<ProcComponentAttrSpec>(noPass) ||
462 construct<ProcComponentAttrSpec>(pass) ||
463 construct<ProcComponentAttrSpec>(pointer))
Dunparse.cpp314 Walk(", ", std::get<std::list<ProcComponentAttrSpec>>(x.t), ", "); in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1021 struct ProcComponentAttrSpec { struct
1022 UNION_CLASS_BOILERPLATE(ProcComponentAttrSpec);
1051 std::tuple<std::optional<ProcInterface>, std::list<ProcComponentAttrSpec>,
Ddump-parse-tree.h588 NODE(parser, ProcComponentAttrSpec) in NODE()