Home | History | Annotate | Download | only in Sema

Lines Matching refs:Owned

465   return Owned(E);
554 if (!E->isGLValue()) return Owned(E);
565 return Owned(E);
573 return Owned(E);
620 ExprResult Res = Owned(ImplicitCastExpr::Create(Context, T, CK_LValueToRValue,
628 Res = Owned(ImplicitCastExpr::Create(Context, T, CK_AtomicToNonAtomic,
685 return Owned(E);
690 return Owned(E);
693 return Owned(E);
731 Owned(E));
737 return Owned(E);
881 return Owned(E);
1371 return Owned(new (Context) GenericSelectionExpr(
1426 return Owned(new (Context) GenericSelectionExpr(
1526 return Owned(Lit);
1617 return Owned(E);
1964 return Owned(Ex);
2237 return Owned(Result);
2270 return Owned((Expr*) 0);
2297 return Owned(From);
2317 return Owned(From);
2331 return Owned(From);
2335 return Owned(From);
2339 return Owned(From);
2390 return Owned(From);
2547 return Owned(ULE);
2801 return Owned(new (Context) PredefinedExpr(Loc, ResTy, IT));
2840 return Owned(Lit);
2859 return Owned(IntegerLiteral::Create(Context, llvm::APInt(IntSize, Val),
3149 return Owned(Res);
3154 return Owned(new (Context) ParenExpr(L, R, E));
3435 return Owned(new (Context) UnaryExprOrTypeTraitExpr(ExprKind, TInfo,
3476 return Owned(new (Context) UnaryExprOrTypeTraitExpr(
3601 return Owned(new (Context) ArraySubscriptExpr(base, idx,
3768 return Owned(new (Context) ArraySubscriptExpr(LHSExp, RHSExp,
3828 return Owned(CXXDefaultArgExpr::Create(Context, CallLoc, Param, Arg));
3855 return Owned(CXXDefaultArgExpr::Create(Context, CallLoc, Param));
4136 Owned(Arg),
4339 return Owned(new (Context) CallExpr(Context, Fn, None,
4361 return Owned(new (Context) CUDAKernelCallExpr(
4365 return Owned(new (Context) CallExpr(Context, Fn, ArgExprs,
4373 return Owned(BuildCallToObjectOfClassType(S, Fn, LParenLoc,
4462 return Owned(new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc,
4603 Owned(Arg));
4739 return Owned(E);
4973 return Owned(CastExpr);
4985 ExprResult CastExprRes = Owned(CastExpr);
4992 return Owned(CastExpr);
5140 return Owned(OrigExpr);
5157 return Owned(expr);
5850 ExprResult Cond = Owned(CondExpr), LHS = Owned(LHSExpr), RHS = Owned(RHSExpr);
5861 return Owned(new (Context) ConditionalOperator(Cond.take(), QuestionLoc,
5865 return Owned(new (Context)
6373 EResult = S.Owned(
7943 ExprResult LHSResult = Owned(LHS), RHSResult = Owned(RHS);
8896 ExprResult LHS = Owned(LHSExpr), RHS = Owned(RHSExpr);
9031 return Owned(new (Context) BinaryOperator(LHS.take(), RHS.take(), Opc,
9039 return Owned(new (Context) CompoundAssignOperator(LHS.take(), RHS.take(), Opc,
9368 ExprResult Input = Owned(InputExpr);
9525 return Owned(new (Context) UnaryOperator(Input.take(), Opc, resultType,
9629 return Owned(new (Context) AddrLabelExpr(OpLoc, LabLoc, TheDecl,
9746 return Owned(ResStmtExpr);
9915 return Owned(OffsetOfExpr::Create(Context, Context.getSizeType(), BuiltinLoc,
9974 return Owned(new (Context) ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr,
10263 return Owned(Result);
10356 return Owned(new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T));
10374 return Owned(new (Context) GNUNullExpr(Ty, TokenLoc));
10702 return Owned(E);
10720 return Owned(E);
10748 return Owned(E);
11498 Loc, Owned(DeclRef));
12205 return Owned(E);
12531 return S.Owned(E);
12547 return S.Owned(E);
12607 return S.Owned(E);
12650 return PerformCopyInitialization(entity, callLoc, Owned(arg));
12700 if (!placeholderType) return Owned(E);
12708 ExprResult result = Owned(E);
12722 ExprResult result = Owned(E);
12732 return Owned(realCast);
12783 return Owned(new (Context) ObjCBoolLiteralExpr(Kind == tok::kw___objc_yes,