Searched defs:ExprResult (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DOwnership.h253 typedef ActionResult<Expr*> ExprResult; typedef in namespace:clang
268 inline ExprResult ExprError() { return ExprResult(true); }
271 inline ExprResult ExprError(const DiagnosticBuilder&) { return ExprError(); }
274 inline ExprResult ExprEmpty() { return ExprResult(false); }
277 inline Expr *AssertSuccess(ExprResult R) {

Completed in 113 milliseconds