Home
last modified time | relevance | path

Searched refs:StmtFunctionStmt (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp68 parser::Statement<common::Indirection<parser::StmtFunctionStmt>>;
H A Dresolve-names.cpp814 bool HandleStmtFunction(const parser::StmtFunctionStmt &);
1469 bool Pre(const parser::StmtFunctionStmt &);
1512 void AnalyzeStmtFunctionStmt(const parser::StmtFunctionStmt &);
3180 bool SubprogramVisitor::HandleStmtFunction(const parser::StmtFunctionStmt &x) { in HandleStmtFunction()
7190 parser::Statement<common::Indirection<parser::StmtFunctionStmt>>>( in FinishSpecificationPart()
7208 const parser::StmtFunctionStmt &stmtFunc) { in AnalyzeStmtFunctionStmt()
7330 bool ResolveNamesVisitor::Pre(const parser::StmtFunctionStmt &x) { in Pre()
H A Dresolve-directives.cpp282 bool Pre(const parser::StmtFunctionStmt &x) { in Pre()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp109 statement(indirect(Parser<StmtFunctionStmt>{}))),
573 construct<StmtFunctionStmt>(
H A Dparse-tree.cpp210 Statement<ActionStmt> StmtFunctionStmt::ConvertToAssignment() { in ConvertToAssignment()
H A Dunparse.cpp1772 void Unparse(const StmtFunctionStmt &x) { // R1544 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h251 struct StmtFunctionStmt; // R1544
424 Statement<common::Indirection<StmtFunctionStmt>>, ErrorRecovery>
3226 struct StmtFunctionStmt { struct
3227 TUPLE_CLASS_BOILERPLATE(StmtFunctionStmt);
H A Ddump-parse-tree.h651 NODE(parser, StmtFunctionStmt) in NODE()