Home
last modified time | relevance | path

Searched refs:InterfaceSpecification (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp320 many(Parser<InterfaceSpecification>{}), argument
324 TYPE_PARSER(construct<InterfaceSpecification>(Parser<InterfaceBody>{}) ||
325 construct<InterfaceSpecification>(statement(Parser<ProcedureStmt>{})))
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3107 struct InterfaceSpecification { struct
3108 UNION_CLASS_BOILERPLATE(InterfaceSpecification);
3119 std::tuple<Statement<InterfaceStmt>, std::list<InterfaceSpecification>, argument
H A Ddump-parse-tree.h386 NODE(parser, InterfaceSpecification) in NODE()