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

Function Not

ASTHelpers.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79//-----------------------------------------------------------------------------
80
81UnaryOperator* Not(const Expr* stmt)
82{
83 return mkUnaryOperator(stmt, UO_LNot, stmt->getType());
84}
85//-----------------------------------------------------------------------------
86
87static UnaryOperator* mkReference(Expr* e, QualType t)

Callers 1

InsertArgMethod · 0.85

Calls 1

mkUnaryOperatorFunction · 0.85

Tested by

no test coverage detected