Home
last modified time | relevance | path

Searched refs:set_endStmt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp133 return result.set_endStmt(end); in Build()
149 .set_endStmt(end) in Build()
164 .set_endStmt(end) in Build()
173 return BuildSubprogramTree(name, x).set_stmt(stmt).set_endStmt(end); in Build()
180 return BuildModuleTree(name, x).set_stmt(stmt).set_endStmt(end); in Build()
187 return BuildModuleTree(name, x).set_stmt(stmt).set_endStmt(end); in Build()
196 return result.set_stmt(stmt).set_endStmt(end); in Build()
H A Dprogram-tree.h101 ProgramTree &set_endStmt(const parser::Statement<T> &stmt) { in set_endStmt() function