Home
last modified time | relevance | path

Searched refs:CodimensionDecl (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-coarray.cpp160 const auto &decl{std::get<parser::CodimensionDecl>(assoc.t)}; in CheckNamesAreDistinct()
H A Dresolve-names.cpp894 void Post(const parser::CodimensionDecl &);
3873 void DeclarationVisitor::Post(const parser::CodimensionDecl &x) { in Post()
6114 const auto &decl{std::get<parser::CodimensionDecl>(x.t)}; in Post()
/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp791 Parser<CodimensionDecl>{})))
794 TYPE_PARSER(construct<CodimensionDecl>(name, coarraySpec))
H A Dexecutable-parsers.cpp208 construct<CoarrayAssociation>(Parser<CodimensionDecl>{}, "=>" >> selector))
H A Dunparse.cpp615 void Unparse(const CodimensionDecl &x) { // R835 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1400 struct CodimensionDecl { struct
1401 TUPLE_CLASS_BOILERPLATE(CodimensionDecl);
1406 WRAPPER_CLASS(CodimensionStmt, std::list<CodimensionDecl>); argument
2141 std::tuple<CodimensionDecl, Selector> t;
H A Ddump-parse-tree.h185 NODE(parser, CodimensionDecl) in NODE()