Home
last modified time | relevance | path

Searched refs:HasFallthroughStmt (Results 1 – 2 of 2) 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/clang/lib/Sema/
DAnalysisBasedWarnings.cpp2068 fscope->HasFallthroughStmt) { in IssueWarnings()