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

Function Dref

ASTHelpers.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103//-----------------------------------------------------------------------------
104
105UnaryOperator* Dref(const Expr* stmt)
106{
107 return mkUnaryOperator(stmt, UO_Deref, stmt->getType());
108}
109//-----------------------------------------------------------------------------
110
111UnaryOperator* AddrOf(const Expr* stmt)

Callers 3

InsertCoroutineMethod · 0.85
InsertArgMethod · 0.85
InsertArgMethod · 0.85

Calls 1

mkUnaryOperatorFunction · 0.85

Tested by

no test coverage detected