Home
last modified time | relevance | path

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

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