HomeSort by: relevance | last modified time | path
    Searched refs:exprNeedsCleanups (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
CleanupInfo.h 20 bool ExprNeedsCleanups = false;
24 bool exprNeedsCleanups() const { return ExprNeedsCleanups; }
29 ExprNeedsCleanups = true;
34 ExprNeedsCleanups = false;
39 ExprNeedsCleanups |= Rhs.ExprNeedsCleanups;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 7022 assert(Cleanup.exprNeedsCleanups() ||
7024 if (!Cleanup.exprNeedsCleanups())
7042 if (!Cleanup.exprNeedsCleanups())
SemaExpr.cpp 14989 assert(!Cleanup.exprNeedsCleanups() &&
15441 assert(!Cleanup.exprNeedsCleanups() &&
SemaDecl.cpp 14756 assert(!Cleanup.exprNeedsCleanups() && "Unaccounted cleanups in function");

Completed in 49 milliseconds