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

Function Ref

ASTHelpers.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91//-----------------------------------------------------------------------------
92
93UnaryOperator* Ref(const Expr* e)
94{
95 return mkReference(const_cast<Expr*>(e), e->getType());
96}
97//-----------------------------------------------------------------------------
98
99UnaryOperator* Ref(const ValueDecl* d)

Callers 7

InsertCoroutineMethod · 0.85
CallConstructorFunction · 0.85
CallDestructorFunction · 0.85
InsertArgMethod · 0.85
InsertArgMethod · 0.85
InsertCXXMethodDeclMethod · 0.85

Calls 2

mkReferenceFunction · 0.85
mkDeclRefExprFunction · 0.85

Tested by

no test coverage detected