Home | History | Annotate | Download | only in Sema

Lines Matching refs:Owned

431   return Owned(E);
464 if (!E->isGLValue()) return Owned(E);
475 return Owned(E);
483 return Owned(E);
515 ExprResult Res = Owned(ImplicitCastExpr::Create(Context, T, CK_LValueToRValue,
523 Res = Owned(ImplicitCastExpr::Create(Context, T, CK_AtomicToNonAtomic,
580 return Owned(E);
585 return Owned(E);
588 return Owned(E);
626 Owned(E));
632 return Owned(E);
750 return Owned(E);
1241 return Owned(new (Context) GenericSelectionExpr(
1297 return Owned(new (Context) GenericSelectionExpr(
1398 return Owned(Lit);
1476 return Owned(E);
1820 return Owned(Ex);
2074 return Owned(Result);
2107 return Owned((Expr*) 0);
2134 return Owned(From);
2154 return Owned(From);
2168 return Owned(From);
2172 return Owned(From);
2176 return Owned(From);
2228 return Owned(From);
2385 return Owned(ULE);
2633 return Owned(new (Context) PredefinedExpr(Loc, ResTy, IT));
2672 return Owned(Lit);
2692 return Owned(IntegerLiteral::Create(Context, llvm::APInt(IntSize, Val),
2984 return Owned(Res);
2989 return Owned(new (Context) ParenExpr(L, R, E));
3206 return Owned(new (Context) UnaryExprOrTypeTraitExpr(ExprKind, TInfo,
3247 return Owned(new (Context) UnaryExprOrTypeTraitExpr(
3372 return Owned(new (Context) ArraySubscriptExpr(base, idx,
3539 return Owned(new (Context) ArraySubscriptExpr(LHSExp, RHSExp,
3602 return Owned(CXXDefaultArgExpr::Create(Context, CallLoc, Param, Arg));
3629 return Owned(CXXDefaultArgExpr::Create(Context, CallLoc, Param));
3802 Owned(Arg),
3943 return Owned(new (Context) CallExpr(Context, Fn, MultiExprArg(),
3960 return Owned(new (Context) CUDAKernelCallExpr(
3964 return Owned(new (Context) CallExpr(Context, Fn, ArgExprs,
3972 return Owned(BuildCallToObjectOfClassType(S, Fn, LParenLoc,
4064 return Owned(new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc,
4210 Owned(Arg));
4343 return Owned(E);
4577 return Owned(CastExpr);
4589 ExprResult CastExprRes = Owned(CastExpr);
4596 return Owned(CastExpr);
4744 return Owned(OrigExpr);
4761 return Owned(expr);
5448 ExprResult Cond = Owned(CondExpr), LHS = Owned(LHSExpr), RHS = Owned(RHSExpr);
5459 return Owned(new (Context) ConditionalOperator(Cond.take(), QuestionLoc,
5463 return Owned(new (Context)
5971 EResult = S.Owned(
7496 ExprResult LHSResult = Owned(LHS), RHSResult = Owned(RHS);
8421 ExprResult LHS = Owned(LHSExpr), RHS = Owned(RHSExpr);
8537 return Owned(new (Context) BinaryOperator(LHS.take(), RHS.take(), Opc,
8545 return Owned(new (Context) CompoundAssignOperator(LHS.take(), RHS.take(), Opc,
8842 ExprResult Input = Owned(InputExpr);
8999 return Owned(new (Context) UnaryOperator(Input.take(), Opc, resultType,
9103 return Owned(new (Context) AddrLabelExpr(OpLoc, LabLoc, TheDecl,
9220 return Owned(ResStmtExpr);
9389 return Owned(OffsetOfExpr::Create(Context, Context.getSizeType(), BuiltinLoc,
9446 return Owned(new (Context) ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr,
9739 return Owned(Result);
9832 return Owned(new (Context) VAArgExpr(BuiltinLoc, E, TInfo, RPLoc, T));
9850 return Owned(new (Context) GNUNullExpr(Ty, TokenLoc));
10219 return Owned(E);
10237 return Owned(E);
10265 return Owned(E);
10982 Loc, Owned(DeclRef));
11629 return Owned(E);
11921 return S.Owned(E);
11937 return S.Owned(E);
11995 return S.Owned(E);
12038 return PerformCopyInitialization(entity, callLoc, Owned(arg));
12088 if (!placeholderType) return Owned(E);
12096 ExprResult result = Owned(E);
12110 ExprResult result = Owned(E);
12120 return Owned(realCast);
12171 return Owned(new (Context) ObjCBoolLiteralExpr(Kind == tok::kw___objc_yes,