Home
last modified time | relevance | path

Searched refs:ProcComponentDefStmt (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp411 construct<ComponentDefStmt>(Parser<ProcComponentDefStmt>{}))),
466 construct<ProcComponentDefStmt>(
H A Dunparse.cpp333 void Unparse(const ProcComponentDefStmt &x) { // R741 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1057 struct ProcComponentDefStmt { struct
1058 TUPLE_CLASS_BOILERPLATE(ProcComponentDefStmt);
1067 std::variant<DataComponentDefStmt, ProcComponentDefStmt, ErrorRecovery argument
H A Ddump-parse-tree.h601 NODE(parser, ProcComponentDefStmt) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp927 bool Pre(const parser::ProcComponentDefStmt &);
928 void Post(const parser::ProcComponentDefStmt &);
4750 bool DeclarationVisitor::Pre(const parser::ProcComponentDefStmt &) { in Pre() argument
4754 void DeclarationVisitor::Post(const parser::ProcComponentDefStmt &) { in Post() argument