Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h127 bool HasFallthroughStmt : 1; variable
369 HasFallthroughStmt(false), HasPotentialAvailabilityViolations(false), in FunctionScopeInfo()
417 HasFallthroughStmt = true; in setHasFallthroughStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp32 HasFallthroughStmt = false; in Clear()
H A DAnalysisBasedWarnings.cpp2197 fscope->HasFallthroughStmt) { in IssueWarnings()