Home | History | Annotate | Download | only in Sema

Lines Matching defs:Owned

133   static inline ExprResult Owned(Expr *E) { return E; }
134 static inline StmtResult Owned(Stmt *S) { return S; }
1804 return Owned(new (getSema().Context) CXXCatchStmt(CatchLoc, ExceptionDecl,
2884 return Owned(
6241 return Owned(S);
6501 return Owned(S);