Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h130 bool HasDroppedStmt : 1; variable
383 HasDroppedStmt(false), HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
437 HasDroppedStmt = true; in setHasDroppedStmt()
470 return !HasDroppedStmt && (HasIndirectGoto || HasMustTail || in NeedsScopeChecking()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScopeInfo.cpp29 HasDroppedStmt = false; in Clear()