Lines Matching refs:Owned
339 return Owned(E);
372 if (!E->isGLValue()) return Owned(E);
383 return Owned(E);
391 return Owned(E);
409 ExprResult Res = Owned(ImplicitCastExpr::Create(Context, T, CK_LValueToRValue,
417 Res = Owned(ImplicitCastExpr::Create(Context, T, CK_AtomicToNonAtomic,
444 return Owned(E);
475 return Owned(E);
480 return Owned(E);
483 return Owned(E);
495 return Owned(E);
518 Owned(E));
524 return Owned(E);
623 return Owned(E);
1090 return Owned(new (Context) GenericSelectionExpr(
1145 return Owned(new (Context) GenericSelectionExpr(
1245 return Owned(Lit);
1314 return Owned(E);
1652 return Owned(Ex);
1865 return Owned(new (Context)
1900 return Owned((Expr*) 0);
1927 return Owned(From);
1947 return Owned(From);
1961 return Owned(From);
1965 return Owned(From);
1969 return Owned(From);
2021 return Owned(From);
2178 return Owned(ULE);
2408 return Owned(new (Context) PredefinedExpr(Loc, ResTy, IT));
2447 return Owned(Lit);
2467 return Owned(IntegerLiteral::Create(Context, llvm::APInt(IntSize, Val),
2735 return Owned(Res);
2740 return Owned(new (Context) ParenExpr(L, R, E));
2957 return Owned(new (Context) UnaryExprOrTypeTraitExpr(ExprKind, TInfo,
2998 return Owned(new (Context) UnaryExprOrTypeTraitExpr(
3090 return Owned(new (Context) ArraySubscriptExpr(LHSExp, RHSExp,
3151 return Owned(Result.take());
3247 return Owned(new (Context) ArraySubscriptExpr(LHSExp, RHSExp,
3303 return Owned(CXXDefaultArgExpr::Create(Context, CallLoc, Param,
3331 return Owned(CXXDefaultArgExpr::Create(Context, CallLoc, Param));
3472 Owned(Arg),
3620 return Owned(new (Context) CallExpr(Context, Fn, 0, 0, Context.VoidTy,
3637 return Owned(new (Context) CUDAKernelCallExpr(
3641 return Owned(new (Context) CallExpr(Context, Fn, Args, NumArgs,
3649 return Owned(BuildCallToObjectOfClassType(S, Fn, LParenLoc, Args, NumArgs,
3739 return Owned(new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc,
3878 Owned(Arg));
4017 return Owned(E);
4256 return Owned(CastExpr);
4268 ExprResult CastExprRes = Owned(CastExpr);
4275 return Owned(CastExpr);
4419 return Owned(OrigExpr);
4439 return Owned(expr);
5123 ExprResult Cond = Owned(CondExpr), LHS = Owned(LHSExpr), RHS = Owned(RHSExpr);
5134 return Owned(new (Context) ConditionalOperator(Cond.take(), QuestionLoc,
5138 return Owned(new (Context)
5650 EResult = S.Owned(
7032 ExprResult LHSResult = Owned(LHS), RHSResult = Owned(RHS);
7895 ExprResult LHS = Owned(LHSExpr), RHS = Owned(RHSExpr);
8011 return Owned(new (Context) BinaryOperator(LHS.take(), RHS.take(), Opc,
8018 return Owned(new (Context) CompoundAssignOperator(LHS.take(), RHS.take(), Opc,
8299 ExprResult Input = Owned(InputExpr);
8428 return Owned(new (Context) UnaryOperator(Input.take(), Opc, resultType,
8532 return Owned(new (Context) AddrLabelExpr(OpLoc, LabLoc, TheDecl,
8649 return Owned(ResStmtExpr);
8811 return Owned(OffsetOfExpr::Create(Context, Context.getSizeType(), BuiltinLoc,
8868 return Owned(new (Context) ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr,
9140 return Owned(Result);
9223 return Owned(new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T));
9241 return Owned(new (Context) GNUNullExpr(Ty, TokenLoc));
9490 return Owned(E);
9508 return Owned(E);
9540 return Owned(E);
10188 Loc, Owned(DeclRef));
10776 return Owned(E);
11067 return S.Owned(E);
11083 return S.Owned(E);
11141 return S.Owned(E);
11211 if (!placeholderType) return Owned(E);
11219 ExprResult result = Owned(E);
11233 ExprResult result = Owned(E);
11243 return Owned(realCast);
11278 return Owned(new (Context) ObjCBoolLiteralExpr(Kind == tok::kw___objc_yes,