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

Function Return

ASTHelpers.cpp:460–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458//-----------------------------------------------------------------------------
459
460ReturnStmt* Return(Expr* stmt)
461{
462 return ReturnStmt::Create(GetGlobalAST(), {}, stmt, nullptr);
463}
464//-----------------------------------------------------------------------------
465
466ReturnStmt* Return(const ValueDecl* stmt)

Callers 4

InsertArgMethod · 0.85
InsertArgMethod · 0.85
InsertCXXMethodDeclMethod · 0.85
InsertArgMethod · 0.85

Calls 1

mkDeclRefExprFunction · 0.85

Tested by

no test coverage detected