| 88 | //----------------------------------------------------------------------------- |
| 89 | |
| 90 | static void SetFunctionBody(FunctionDecl* fd, StmtsContainer& bodyStmts) |
| 91 | { |
| 92 | fd->setBody(mkCompoundStmt(bodyStmts)); |
| 93 | } |
| 94 | //----------------------------------------------------------------------------- |
| 95 | |
| 96 | static std::string BuildSuspendVarName(const OpaqueValueExpr* stmt) |
no test coverage detected