Searched refs:DerivedTypeDataEditDesc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | format-specification.h | 55 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 D | parse-tree-visitor.h | 52 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 D | dump-parse-tree.h | 50 NODE(format, DerivedTypeDataEditDesc) in NODE()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | io-parsers.cpp | 549 maybe(repeat), Parser<format::DerivedTypeDataEditDesc>{}) || 636 TYPE_PARSER(construct<format::DerivedTypeDataEditDesc>(
|
| H A D | unparse.cpp | 1491 void Unparse(const format::DerivedTypeDataEditDesc &x) { // R1307(2/2), R1312 in Unparse()
|