Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h132 bool HasDroppedStmt : 1; variable
395 HasDroppedStmt(false), HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
450 HasDroppedStmt = true; in setHasDroppedStmt()
488 return !HasDroppedStmt && (HasIndirectGoto || HasMustTail || in NeedsScopeChecking()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp29 HasDroppedStmt = false; in Clear()