| 1039 | //----------------------------------------------------------------------------- |
| 1040 | |
| 1041 | void CoroutinesCodeGenerator::InsertArgWithNull(const Stmt* stmt) |
| 1042 | { |
| 1043 | InsertArg(stmt); |
| 1044 | InsertArg(mkNullStmt()); |
| 1045 | } |
| 1046 | //----------------------------------------------------------------------------- |
| 1047 | |
| 1048 | } // namespace clang::insights |
nothing calls this directly
no test coverage detected