Searched defs:ImportStmt (Results 1 – 2 of 2) sorted by relevance
20 ImportStmt::ImportStmt(common::ImportKind &&k, std::list<Name> &&n) in ImportStmt() function in Fortran::parser::ImportStmt
598 struct ImportStmt { struct600 ImportStmt(common::ImportKind &&k) : kind{k} {} in ImportStmt() function601 ImportStmt(std::list<Name> &&n) : names(std::move(n)) {} in ImportStmt() function604 std::list<Name> names;