Home
last modified time | relevance | path

Searched defs:InterfaceStmt (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp319 TYPE_PARSER(construct<InterfaceBlock>(statement(Parser<InterfaceStmt>{}), in TYPE_PARSER()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2967 struct InterfaceStmt { struct
2970 InterfaceStmt(Abstract x) : u{x} {} in InterfaceStmt() argument
2972 std::variant<std::optional<GenericSpec>, Abstract> u;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp3016 void InterfaceVisitor::Post(const parser::InterfaceStmt &) { EndAttrs(); } in Post()