Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp107 construct<ImplicitPart>(many(Parser<ImplicitPartStmt>{})))
112 construct<ImplicitPartStmt>(statement(indirect(Parser<ImplicitStmt>{}))), in TYPE_PARSER()
113 construct<ImplicitPartStmt>(statement(indirect(parameterStmt))),
114 construct<ImplicitPartStmt>(statement(indirect(oldParameterStmt))),
115 construct<ImplicitPartStmt>(statement(indirect(formatStmt))),
116 construct<ImplicitPartStmt>(statement(indirect(entryStmt))),
117 construct<ImplicitPartStmt>(indirect(compilerDirective))))
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp19 for (const parser::ImplicitPartStmt &stmt : implicitPart.v) { in GetEntryStmts()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h402 struct ImplicitPartStmt { struct
403 UNION_CLASS_BOILERPLATE(ImplicitPartStmt);
414 WRAPPER_CLASS(ImplicitPart, std::list<ImplicitPartStmt>); argument
H A Ddump-parse-tree.h360 NODE(parser, ImplicitPartStmt) in NODE()