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 601 bool ExprNeedsCleanups;
617 ExprNeedsCleanups(false), ContainsUnexpandedParameterPack(false)
Sema.h 275 /// ExprNeedsCleanups - True if the current evaluation context
277 bool ExprNeedsCleanups;
    [all...]

Completed in 42 milliseconds