Lines Matching defs:SuperRep
3270 Expr *SuperRep;
3278 SuperRep =
3287 SuperRep = UnaryOperator::Create(
3288 const_cast<ASTContext &>(*Context), SuperRep, UO_AddrOf,
3289 Context->getPointerType(SuperRep->getType()), VK_PRValue, OK_Ordinary,
3291 SuperRep = NoTypeInfoCStyleCastExpr(Context,
3293 CK_BitCast, SuperRep);
3301 SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
3305 SuperRep = UnaryOperator::Create(
3306 const_cast<ASTContext &>(*Context), SuperRep, UO_AddrOf,
3307 Context->getPointerType(SuperRep->getType()), VK_PRValue, OK_Ordinary,
3310 MsgExprs.push_back(SuperRep);
3362 Expr *SuperRep;
3370 SuperRep =
3379 SuperRep = UnaryOperator::Create(
3380 const_cast<ASTContext &>(*Context), SuperRep, UO_AddrOf,
3381 Context->getPointerType(SuperRep->getType()), VK_PRValue, OK_Ordinary,
3383 SuperRep = NoTypeInfoCStyleCastExpr(Context,
3385 CK_BitCast, SuperRep);
3393 SuperRep = new (Context) CompoundLiteralExpr(
3396 MsgExprs.push_back(SuperRep);