Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp62 std::get_if<common::Indirection<parser::InterfaceBlock>>( in GetGenerics()
64 const parser::InterfaceBlock &interfaceBlock{interface->value()}; in GetGenerics()
H A Dresolve-labels.cpp391 void Post(const parser::InterfaceBlock &interfaceBlock) { in Post()
H A Dresolve-names.cpp7077 [&](const Indirection<parser::InterfaceBlock> &y) { in PreSpecificationConstruct()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h116 constexpr Parser<InterfaceBlock> interfaceBlock; // R1501
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.h238 struct InterfaceBlock; // R1501
387 common::Indirection<InterfaceBlock>,
3117 struct InterfaceBlock { struct
3118 TUPLE_CLASS_BOILERPLATE(InterfaceBlock);
H A Ddump-parse-tree.h382 NODE(parser, InterfaceBlock) in NODE()