reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
 4420   for (const SwitchCase *SC = SS->getSwitchCaseList(); SC;
 4421        SC = SC->getNextSwitchCase()) {
 4421        SC = SC->getNextSwitchCase()) {
 4422     if (isa<DefaultStmt>(SC)) {
 4423       Found = SC;
 4427     const CaseStmt *CS = cast<CaseStmt>(SC);
 4432       Found = SC;