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

Function Assign

ASTHelpers.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29//-----------------------------------------------------------------------------
30
31BinaryOperator* Assign(const VarDecl* var, Expr* assignExpr)
32{
33 return Assign(mkDeclRefExpr(var), assignExpr);
34}
35//-----------------------------------------------------------------------------
36
37static BinaryOperator* mkBinaryOperator(Expr* lhs, Expr* rhs, BinaryOperator::Opcode opc, QualType resType)

Callers 8

VisitDeclStmtMethod · 0.85
InsertCoroutineMethod · 0.85
InsertArgMethod · 0.85
InsertArgMethod · 0.85
InsertArgMethod · 0.85
InsertVtblPtrFunction · 0.85
InsertCXXMethodDeclMethod · 0.85

Calls 3

mkDeclRefExprFunction · 0.85
mkBinaryOperatorFunction · 0.85
AccessMemberFunction · 0.70

Tested by

no test coverage detected