Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp469 "," >> nonemptyList(Parser<ProcComponentAttrSpec>{}), ok),
477 TYPE_PARSER(construct<ProcComponentAttrSpec>(accessSpec) ||
478 construct<ProcComponentAttrSpec>(noPass) ||
479 construct<ProcComponentAttrSpec>(pass) ||
480 construct<ProcComponentAttrSpec>(pointer))
H A Dunparse.cpp336 Walk(", ", std::get<std::list<ProcComponentAttrSpec>>(x.t), ", "); in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1029 struct ProcComponentAttrSpec { struct
1030 UNION_CLASS_BOILERPLATE(ProcComponentAttrSpec);
1059 std::tuple<std::optional<ProcInterface>, std::list<ProcComponentAttrSpec>,
H A Ddump-parse-tree.h600 NODE(parser, ProcComponentAttrSpec) in NODE()