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

Function IsReferenceType

InsightsHelpers.h:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40//-----------------------------------------------------------------------------
41
42inline bool IsReferenceType(const ValueDecl* decl)
43{
44 return decl and decl->getType()->isReferenceType();
45}
46//-----------------------------------------------------------------------------
47
48inline bool IsReferenceType(const DeclRefExpr* decl)

Callers 2

InsertArgMethod · 0.85
InsertArgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected