Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dexecutable-parsers.cpp312 unambiguousStatement(construct<ElseIfStmt>(
331 unambiguousStatement(Parser<CaseStmt>{}), block)),
375 unambiguousStatement(Parser<SelectRankCaseStmt>{}), block)),
402 unambiguousStatement(Parser<TypeGuardStmt>{}), block)),
H A Dstmt-parser.h59 template <typename PA> inline constexpr auto unambiguousStatement(const PA &p) { in unambiguousStatement() function
H A Dprogram-parsers.cpp72 many(unambiguousStatement(indirect(Parser<ImportStmt>{}))),
139 many(unambiguousStatement(indirect(Parser<ImportStmt>{}))),
H A DFortran-parsers.cpp358 many(unambiguousStatement(Parser<TypeParamDefStmt>{})),
361 unambiguousStatement(Parser<ComponentDefStmt>{}))),
594 some(unambiguousStatement(Parser<EnumeratorDefStmt>{})),