Lines Matching defs:SuperRep
3269 Expr *SuperRep;
3277 SuperRep =
3286 SuperRep = UnaryOperator::Create(
3287 const_cast<ASTContext &>(*Context), SuperRep, UO_AddrOf,
3288 Context->getPointerType(SuperRep->getType()), VK_PRValue, OK_Ordinary,
3290 SuperRep = NoTypeInfoCStyleCastExpr(Context,
3292 CK_BitCast, SuperRep);
3300 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
3304 SuperRep = UnaryOperator::Create(
3305 const_cast<ASTContext &>(*Context), SuperRep, UO_AddrOf,
3306 Context->getPointerType(SuperRep->getType()), VK_PRValue, OK_Ordinary,
3309 MsgExprs.push_back(SuperRep);
3361 Expr *SuperRep;
3369 SuperRep =
3378 SuperRep = UnaryOperator::Create(
3379 const_cast<ASTContext &>(*Context), SuperRep, UO_AddrOf,
3380 Context->getPointerType(SuperRep->getType()), VK_PRValue, OK_Ordinary,
3382 SuperRep = NoTypeInfoCStyleCastExpr(Context,
3384 CK_BitCast, SuperRep);
3392 SuperRep = new (Context) CompoundLiteralExpr(
3395 MsgExprs.push_back(SuperRep);