HomeSort by relevance Sort by last modified time
    Searched defs:ExprNeedsCleanups (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
ScopeInfo.h 613 bool ExprNeedsCleanups;
668 ExprNeedsCleanups(false), ContainsUnexpandedParameterPack(false),
Sema.h 347 /// ExprNeedsCleanups - True if the current evaluation context
349 bool ExprNeedsCleanups;
    [all...]

Completed in 325 milliseconds