HomeSort by relevance Sort by last modified time
    Searched refs:ExprNeedsCleanups (Results 1 - 9 of 9) 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...]
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp 622 ExprNeedsCleanups = true;
    [all...]
Sema.cpp 92 ExprNeedsCleanups(false), LateTemplateParser(nullptr),
    [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 822 milliseconds