Home
last modified time | relevance | path

Searched refs:FoundSwitchStatements (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp902 : FoundSwitchStatements(false), in FallthroughMapper()
906 bool foundSwitchStatements() const { return FoundSwitchStatements; } in foundSwitchStatements()
1027 FoundSwitchStatements = true; in VisitSwitchStmt()
1067 bool FoundSwitchStatements; member in __anon75d552dd0611::FallthroughMapper
/external/llvm-project/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1044 : FoundSwitchStatements(false), in FallthroughMapper()
1048 bool foundSwitchStatements() const { return FoundSwitchStatements; } in foundSwitchStatements()
1174 FoundSwitchStatements = true; in VisitSwitchStmt()
1219 bool FoundSwitchStatements; member in __anon812d2a2b0811::FallthroughMapper