Home
last modified time | relevance | path

Searched refs:HasFallthroughStmt (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h136 bool HasFallthroughStmt : 1; variable
387 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
448 HasFallthroughStmt = true; in setHasFallthroughStmt()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp31 HasFallthroughStmt = false; in Clear()
H A DAnalysisBasedWarnings.cpp2479 fscope->HasFallthroughStmt) { in IssueWarnings()