| 649 | //----------------------------------------------------------------------------- |
| 650 | |
| 651 | CXXBoolLiteralExpr* Bool(bool b) |
| 652 | { |
| 653 | auto& ctx = GetGlobalAST(); |
| 654 | return new(ctx) CXXBoolLiteralExpr(b, ctx.BoolTy, {}); |
| 655 | } |
| 656 | //----------------------------------------------------------------------------- |
| 657 | |
| 658 | CallExpr* CallDestructor(const VarDecl* varDecl) |
no outgoing calls
no test coverage detected