Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h116 constexpr Parser<InterfaceBlock> interfaceBlock; // R1501 variable
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp64 const parser::InterfaceBlock &interfaceBlock{interface->value()}; in GetGenerics() local
H A Dresolve-labels.cpp391 void Post(const parser::InterfaceBlock &interfaceBlock) { in Post()