Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h112 bool HasFallthroughStmt : 1; variable
357 HasFallthroughStmt = true; in setHasFallthroughStmt()
383 HasFallthroughStmt(false), in FunctionScopeInfo()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h128 bool HasFallthroughStmt : 1; variable
375 HasFallthroughStmt(false), UsesFPIntrin(false), in FunctionScopeInfo()
435 HasFallthroughStmt = true; in setHasFallthroughStmt()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp31 HasFallthroughStmt = false; in Clear()
DAnalysisBasedWarnings.cpp2272 fscope->HasFallthroughStmt) { in IssueWarnings()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp2068 fscope->HasFallthroughStmt) { in IssueWarnings()