Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h132 bool HasFallthroughStmt : 1; variable
379 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
440 HasFallthroughStmt = true; in setHasFallthroughStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp31 HasFallthroughStmt = false; in Clear()
H A DAnalysisBasedWarnings.cpp2421 fscope->HasFallthroughStmt) { in IssueWarnings()