Home
last modified time | relevance | path

Searched refs:HasDroppedStmt (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h106 bool HasDroppedStmt : 1; variable
349 HasDroppedStmt = true; in setHasDroppedStmt()
371 return !HasDroppedStmt && in NeedsScopeChecking()
381 HasDroppedStmt(false), in FunctionScopeInfo()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h122 bool HasDroppedStmt : 1; variable
374 HasDroppedStmt(false), HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
427 HasDroppedStmt = true; in setHasDroppedStmt()
453 return !HasDroppedStmt && in NeedsScopeChecking()
/external/clang/lib/Sema/
DScopeInfo.cpp30 HasDroppedStmt = false; in Clear()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp29 HasDroppedStmt = false; in Clear()