Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Parser/
H A Dprogram-parsers.cpp331 TYPE_PARSER(construct<InterfaceBlock> (statement (Parser<InterfaceStmt>{}),many (Parser<InterfaceSpecification>{}),statement (Parser<EndInterfaceStmt>{}))) TYPE_PARSER() argument
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h3036 struct InterfaceStmt { global() struct
3039 InterfaceStmtInterfaceStmt InterfaceStmt() argument
3041 uInterfaceStmt global() argument
/llvm-project/flang/lib/Semantics/
H A Dresolve-names.cpp3456 Post(const parser::InterfaceStmt &) Post() argument