Home | History | Annotate | Download | only in Sema

Lines Matching defs:Owned

132   static inline ExprResult Owned(Expr *E) { return E; }
133 static inline StmtResult Owned(Stmt *S) { return S; }
1578 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
2613 return Owned(
5648 return Owned(S);
5907 return Owned(S);