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

Function AddrOf

ASTHelpers.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109//-----------------------------------------------------------------------------
110
111UnaryOperator* AddrOf(const Expr* stmt)
112{
113 return mkUnaryOperator(stmt, UO_AddrOf, stmt->getType());
114}
115//-----------------------------------------------------------------------------
116
117CallExpr* Call(const FunctionDecl* fd, ArrayRef<Expr*> params)

Callers 1

InsertCoroutineMethod · 0.85

Calls 1

mkUnaryOperatorFunction · 0.85

Tested by

no test coverage detected