Home | History | Annotate | Download | only in Sema

Lines Matching refs:Owned

62   ExprResult E = S.Owned(DRE);
4477 if (S.CanPerformCopyInitialization(Entity, S.Owned(From))) {
4804 return Owned(From);
5090 return SemaRef.Owned(From);
5221 return Owned(From);
5244 return Owned(From);
5261 return Owned(From);
9779 Owned(FixOverloadedFunctionReference(SrcExpr.take(), found, fn));
10169 *Result = Owned(CE);
10335 return Owned(new (Context) UnaryOperator(Input,
10347 return Owned(new (Context) CXXOperatorCallExpr(Context, Op, Fn, ArgsArray,
10515 return Owned(new (Context) BinaryOperator(Args[0], Args[1], Opc,
10521 return Owned(new (Context) CompoundAssignOperator(Args[0], Args[1], Opc,
10540 return Owned(new (Context) CXXOperatorCallExpr(Context, Op, Fn, Args,
10609 SourceLocation(), Owned(Args[1]));
10625 SourceLocation(), Owned(Args[0]));
10633 SourceLocation(), Owned(Args[1]));
10787 return Owned(new (Context) CXXOperatorCallExpr(Context, OO_Subscript, Fn,
10841 Owned(Args[1]));
11194 ExprResult Object = Owned(Obj);
11346 Call = Owned(ImplicitCastExpr::Create(Context, Call.get()->getType(),
11395 // owned.
11911 return Owned(FixOverloadedFunctionReference((Expr *)E.get(), Found, Fn));