Home
last modified time | relevance | path

Searched refs:DerivedTypeDataEditDesc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dformat-specification.h55 struct DerivedTypeDataEditDesc { struct
56 DerivedTypeDataEditDesc() = delete;
57 DerivedTypeDataEditDesc(DerivedTypeDataEditDesc &&) = default;
58 DerivedTypeDataEditDesc &operator=(DerivedTypeDataEditDesc &&) = default; argument
59 DerivedTypeDataEditDesc(std::string &&t, std::list<std::int64_t> &&p) in DerivedTypeDataEditDesc() argument
125 std::variant<IntrinsicTypeDataEditDesc, DerivedTypeDataEditDesc,
H A Dparse-tree-visitor.h52 template <typename V> void Walk(const format::DerivedTypeDataEditDesc &, V &);
53 template <typename M> void Walk(format::DerivedTypeDataEditDesc &, M &);
712 void Walk(const format::DerivedTypeDataEditDesc &x, V &visitor) { in Walk()
720 void Walk(format::DerivedTypeDataEditDesc &x, M &mutator) { in Walk()
H A Ddump-parse-tree.h50 NODE(format, DerivedTypeDataEditDesc) in NODE()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dio-parsers.cpp549 maybe(repeat), Parser<format::DerivedTypeDataEditDesc>{}) ||
636 TYPE_PARSER(construct<format::DerivedTypeDataEditDesc>(
H A Dunparse.cpp1491 void Unparse(const format::DerivedTypeDataEditDesc &x) { // R1307(2/2), R1312 in Unparse()