Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h126 bool HasDroppedStmt : 1; variable
378 HasDroppedStmt(false), HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
432 HasDroppedStmt = true; in setHasDroppedStmt()
458 return !HasDroppedStmt && (HasIndirectGoto || HasMustTail || in NeedsScopeChecking()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp29 HasDroppedStmt = false; in Clear()