Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h121 bool HasDroppedStmt : 1; variable
368 HasDroppedStmt(false), HasOMPDeclareReductionCombiner(false), in FunctionScopeInfo()
409 HasDroppedStmt = true; in setHasDroppedStmt()
431 return !HasDroppedStmt && in NeedsScopeChecking()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp30 HasDroppedStmt = false; in Clear()