Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h136 bool HasFallthroughStmt : 1; variable
384 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
445 HasFallthroughStmt = true; in setHasFallthroughStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScopeInfo.cpp31 HasFallthroughStmt = false; in Clear()
H A DAnalysisBasedWarnings.cpp2410 fscope->HasFallthroughStmt) { in IssueWarnings()