Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp64 const parser::InterfaceBlock &interfaceBlock{interface->value()}; in GetGenerics() local
66 std::get<parser::Statement<parser::InterfaceStmt>>(interfaceBlock.t) in GetGenerics()
H A Dresolve-labels.cpp391 void Post(const parser::InterfaceBlock &interfaceBlock) { in Post() argument
394 interfaceBlock.t) in Post()
397 std::get<parser::Statement<parser::InterfaceStmt>>(interfaceBlock.t)}; in Post()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h116 constexpr Parser<InterfaceBlock> interfaceBlock; // R1501 variable
H A Dprogram-parsers.cpp151 construct<SpecificationConstruct>(indirect(interfaceBlock)),