Home
last modified time | relevance | path

Searched refs:StartNewSubprogram (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Duser-state.cpp17 std::optional<Success> StartNewSubprogram::Parse(ParseState &state) { in Parse()
H A Dprogram-parsers.cpp45 static constexpr auto normalProgramUnit{StartNewSubprogram{} >> programUnit /
237 many(StartNewSubprogram{} >> Parser<ModuleSubprogram>{})))
H A DFortran-parsers.cpp130 many(StartNewSubprogram{} >> Parser<InternalSubprogram>{})))
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Duser-state.h109 struct StartNewSubprogram { struct