Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h138 bool HasFallthroughStmt : 1; variable
396 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
458 HasFallthroughStmt = true; in setHasFallthroughStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp31 HasFallthroughStmt = false; in Clear()
H A DAnalysisBasedWarnings.cpp2761 fscope->HasFallthroughStmt) { in IssueWarnings()