Home
last modified time | relevance | path

Searched refs:LeaveDoConstruct (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Duser-state.cpp59 std::optional<Success> LeaveDoConstruct::Parse(ParseState &state) { in Parse()
61 ustate->LeaveDoConstruct(); in Parse()
Dexecutable-parsers.cpp236 statement(Parser<EndDoStmt>{}) / LeaveDoConstruct{}))
/external/llvm-project/flang/include/flang/Parser/
Duser-state.h79 void LeaveDoConstruct() { in LeaveDoConstruct() function
129 struct LeaveDoConstruct { struct