Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Drewrite-parse-tree.cpp58 bool Pre(parser::EndInterfaceStmt &) { return false; } in Pre() argument
Dresolve-labels.cpp395 std::get<parser::Statement<parser::EndInterfaceStmt>>( in Post()
Dresolve-names.cpp644 void Post(const parser::EndInterfaceStmt &);
2518 void InterfaceVisitor::Post(const parser::EndInterfaceStmt &) { in Post() argument
/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp318 statement(Parser<EndInterfaceStmt>{}))) argument
329 TYPE_PARSER(construct<EndInterfaceStmt>("END INTERFACE" >> maybe(genericSpec)))
Dunparse.cpp1598 void Unparse(const EndInterfaceStmt &x) { // R1504 in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h256 NODE(parser, EndInterfaceStmt) in NODE()
Dparse-tree.h3092 WRAPPER_CLASS(EndInterfaceStmt, std::optional<GenericSpec>);
3099 Statement<EndInterfaceStmt>>