Home
last modified time | relevance | path

Searched refs:AsynchronousStmt (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp176 construct<OtherSpecificationStmt>(indirect(Parser<AsynchronousStmt>{})), argument
H A DFortran-parsers.cpp777 TYPE_PARSER(construct<AsynchronousStmt>("ASYNCHRONOUS" >> maybe("::"_tok) >>
H A Dunparse.cpp601 void Unparse(const AsynchronousStmt &x) { // R831 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h158 struct AsynchronousStmt; // R831
366 common::Indirection<AsynchronousStmt>, common::Indirection<BindStmt>,
1384 WRAPPER_CLASS(AsynchronousStmt, std::list<ObjectName>);
H A Ddump-parse-tree.h146 NODE(parser, AsynchronousStmt) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp874 bool Pre(const parser::AsynchronousStmt &);
4069 bool DeclarationVisitor::Pre(const parser::AsynchronousStmt &x) { in Pre()