Home
last modified time | relevance | path

Searched defs:ImplicitStmt (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Parser/
H A DFortran-parsers.cpp111 TYPE_PARSER(first (construct<ImplicitPartStmt> (statement (indirect (Parser<ImplicitStmt>{}))),construct<ImplicitPartStmt> (statement (indirect (parameterStmt))),construct<ImplicitPartStmt> (statement (indirect (oldParameterStmt))),construct<ImplicitPartStmt> (statement (indirect (formatStmt))),construct<ImplicitPartStmt> (statement (indirect (entryStmt))),construct<ImplicitPartStmt> (indirect (compilerDirective)),construct<ImplicitPartStmt> (indirect (openaccDeclarativeConstruct)))) TYPE_PARSER() argument
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h1594 struct ImplicitStmt { global() struct