MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / InsertArgWithNull

Method InsertArgWithNull

CoroutinesCodeGenerator.cpp:1041–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039//-----------------------------------------------------------------------------
1040
1041void CoroutinesCodeGenerator::InsertArgWithNull(const Stmt* stmt)
1042{
1043 InsertArg(stmt);
1044 InsertArg(mkNullStmt());
1045}
1046//-----------------------------------------------------------------------------
1047
1048} // namespace clang::insights

Callers

nothing calls this directly

Calls 1

mkNullStmtFunction · 0.85

Tested by

no test coverage detected