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 646 bool ExprNeedsCleanups;
701 ExplicitParams(false), ExprNeedsCleanups(false),
Sema.h 359 /// ExprNeedsCleanups - True if the current evaluation context
361 bool ExprNeedsCleanups;
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp 670 ExprNeedsCleanups = true;
    [all...]
Sema.cpp 90 ExprNeedsCleanups(false), LateTemplateParser(nullptr),
    [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 376 milliseconds