Lines Matching defs:SuperRep
2698 Expr *SuperRep;
2706 SuperRep =
2715 SuperRep = UnaryOperator::Create(
2716 const_cast<ASTContext &>(*Context), SuperRep, UO_AddrOf,
2717 Context->getPointerType(SuperRep->getType()), VK_PRValue, OK_Ordinary,
2719 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2721 CK_BitCast, SuperRep);
2729 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
2733 SuperRep = UnaryOperator::Create(
2734 const_cast<ASTContext &>(*Context), SuperRep, UO_AddrOf,
2735 Context->getPointerType(SuperRep->getType()), VK_PRValue, OK_Ordinary,
2738 MsgExprs.push_back(SuperRep);
2790 Expr *SuperRep;
2798 SuperRep =
2807 SuperRep = UnaryOperator::Create(
2808 const_cast<ASTContext &>(*Context), SuperRep, UO_AddrOf,
2809 Context->getPointerType(SuperRep->getType()), VK_PRValue, OK_Ordinary,
2811 SuperRep = NoTypeInfoCStyleCastExpr(Context,
2813 CK_BitCast, SuperRep);
2821 SuperRep = new (Context) CompoundLiteralExpr(
2824 MsgExprs.push_back(SuperRep);