Home
last modified time | relevance | path

Searched refs:EndInterfaceStmt (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp58 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() argument
H A Dresolve-labels.cpp393 std::get<parser::Statement<parser::EndInterfaceStmt>>( in Post()
H A Dresolve-names.cpp775 void Post(const parser::EndInterfaceStmt &);
3018 void InterfaceVisitor::Post(const parser::EndInterfaceStmt &) { in Post() argument
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp321 statement(Parser<EndInterfaceStmt>{}))) argument
332 TYPE_PARSER(construct<EndInterfaceStmt>("END INTERFACE" >> maybe(genericSpec)))
H A Dunparse.cpp1620 void Unparse(const EndInterfaceStmt &x) { // R1504 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h264 NODE(parser, EndInterfaceStmt) in NODE()
H A Dparse-tree.h3113 WRAPPER_CLASS(EndInterfaceStmt, std::optional<GenericSpec>);
3120 Statement<EndInterfaceStmt>>