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

/external/clang/include/clang/Sema/
H A DCleanupInfo.h21 bool ExprNeedsCleanups = false; member in class:clang::CleanupInfo
25 bool exprNeedsCleanups() const { return ExprNeedsCleanups; }
30 ExprNeedsCleanups = true;
35 ExprNeedsCleanups = false;
40 ExprNeedsCleanups |= Rhs.ExprNeedsCleanups;

Completed in 604 milliseconds