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

Function Paren

ASTHelpers.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194//-----------------------------------------------------------------------------
195
196ParenExpr* Paren(Expr* expr)
197{
198 return new(GetGlobalAST()) ParenExpr({}, {}, expr);
199}
200//-----------------------------------------------------------------------------
201
202QualType ContantArrayTy(QualType t, int size)

Callers 1

InsertArgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected