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 517 bool ExprNeedsCleanups;
533 ExprNeedsCleanups(false), ContainsUnexpandedParameterPack(false)
Sema.h 252 /// ExprNeedsCleanups - True if the current evaluation context
254 bool ExprNeedsCleanups;
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 829 LambdaExprNeedsCleanups = LSI->ExprNeedsCleanups;
    [all...]
SemaExprCXX.cpp     [all...]
Sema.cpp 81 ExprNeedsCleanups(false), LateTemplateParser(0), OpaqueParser(0),
    [all...]
SemaExpr.cpp 513 ExprNeedsCleanups = true;
    [all...]
SemaExprObjC.cpp     [all...]
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]

Completed in 68 milliseconds