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

Function Throw

ASTHelpers.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163//-----------------------------------------------------------------------------
164
165CXXThrowExpr* Throw(const Expr* expr)
166{
167 return new(GetGlobalAST()) CXXThrowExpr(const_cast<Expr*>(expr), VoidTy(), {}, false);
168}
169//-----------------------------------------------------------------------------
170
171UnaryExprOrTypeTraitExpr* Sizeof(QualType toType)

Callers 2

InsertArgMethod · 0.85

Calls 1

VoidTyFunction · 0.85

Tested by

no test coverage detected