Home | History | Annotate | Download | only in Sema

Lines Matching refs:Owned

53   ExprResult E = S.Owned(DRE);
4510 if (S.CanPerformCopyInitialization(Entity, S.Owned(From))) {
4837 return Owned(From);
5133 return Owned(From);
5155 return Owned(From);
5172 return Owned(From);
5280 return Owned(From);
9454 Owned(FixOverloadedFunctionReference(SrcExpr.take(), found, fn));
9891 *Result = Owned(CE);
10059 return Owned(new (Context) UnaryOperator(Input,
10071 return Owned(new (Context) CXXOperatorCallExpr(Context, Op, Fn,
10246 return Owned(new (Context) BinaryOperator(Args[0], Args[1], Opc,
10252 return Owned(new (Context) CompoundAssignOperator(Args[0], Args[1], Opc,
10271 return Owned(new (Context) CXXOperatorCallExpr(Context, Op, Fn, Args,
10340 SourceLocation(), Owned(Args[1]));
10356 SourceLocation(), Owned(Args[0]));
10364 SourceLocation(), Owned(Args[1]));
10518 return Owned(new (Context) CXXOperatorCallExpr(Context, OO_Subscript, Fn,
10572 Owned(Args[1]));
10918 ExprResult Object = Owned(Obj);
11071 Call = Owned(ImplicitCastExpr::Create(Context, Call.get()->getType(),
11121 // owned.
11625 return Owned(FixOverloadedFunctionReference((Expr *)E.get(), Found, Fn));