Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Duser-state.cpp52 std::optional<Success> EnterNonlabelDoConstruct::Parse(ParseState &state) { in Parse()
54 ustate->EnterNonlabelDoConstruct(); in Parse()
H A Dexecutable-parsers.cpp236 statement(Parser<NonLabelDoStmt>{}) / EnterNonlabelDoConstruct{}, block,
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Duser-state.h78 void EnterNonlabelDoConstruct() { ++nonlabelDoConstructNestingDepth_; } in EnterNonlabelDoConstruct() function
124 struct EnterNonlabelDoConstruct { struct