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

Function mkReference

ASTHelpers.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85//-----------------------------------------------------------------------------
86
87static UnaryOperator* mkReference(Expr* e, QualType t)
88{
89 return mkUnaryOperator(e, UO_AddrOf, t);
90}
91//-----------------------------------------------------------------------------
92
93UnaryOperator* Ref(const Expr* e)

Callers 1

RefFunction · 0.85

Calls 1

mkUnaryOperatorFunction · 0.85

Tested by

no test coverage detected