Searched refs:ImportStmt (Results 1 – 8 of 8) sorted by relevance
72 many(unambiguousStatement(indirect(Parser<ImportStmt>{}))),93 Parser<ImportStmt>{} >>139 many(unambiguousStatement(indirect(Parser<ImportStmt>{}))),
20 ImportStmt::ImportStmt(common::ImportKind &&k, std::list<Name> &&n) in ImportStmt() function in Fortran::parser::ImportStmt
986 construct<ImportStmt>(988 construct<ImportStmt>(990 construct<ImportStmt>(992 construct<ImportStmt>(
707 void Unparse(const ImportStmt &x) { // R867 in Unparse()
176 struct ImportStmt; // R867439 std::list<Statement<common::Indirection<ImportStmt>>>, ImplicitPart,600 struct ImportStmt { struct601 BOILERPLATE(ImportStmt);602 ImportStmt(common::ImportKind &&k) : kind{k} {} in ImportStmt() argument603 ImportStmt(std::list<Name> &&n) : names(std::move(n)) {} in ImportStmt() function604 ImportStmt(common::ImportKind &&, std::list<Name> &&);
391 template <typename V> void Walk(const ImportStmt &x, V &visitor) { in Walk()397 template <typename M> void Walk(ImportStmt &x, M &mutator) { in Walk()
365 NODE(parser, ImportStmt) in NODE()
1467 bool Pre(const parser::ImportStmt &);6411 bool ResolveNamesVisitor::Pre(const parser::ImportStmt &x) { in Pre()