Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h130 bool HasDroppedStmt : 1; variable
386 HasDroppedStmt(false), HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
440 HasDroppedStmt = true; in setHasDroppedStmt()
473 return !HasDroppedStmt && (HasIndirectGoto || HasMustTail || in NeedsScopeChecking()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp29 HasDroppedStmt = false; in Clear()