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

References

tools/clang/lib/Analysis/CFG.cpp
 5046         const Stmt *L = To->getLabel();
 5585   if (Stmt *Label = const_cast<Stmt*>(B.getLabel())) {
tools/clang/lib/Analysis/ProgramPoint.cpp
  152       if (const Stmt *Label = E.getDst()->getLabel()) {
tools/clang/lib/Analysis/UninitializedValues.cpp
  677               const Stmt *Label = Succ->getLabel();
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1065         const Stmt *L = B->getLabel();
 1099         const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(P->getLabel());
 1100         if (SW && SW->getSubStmt() == B.getLabel() && P->begin() == P->end())
 1103         const LabelStmt *L = dyn_cast_or_null<LabelStmt>(P->getLabel());
 1104         if (L && L->getSubStmt() == B.getLabel() && P->begin() == P->end())
 1204       if (const SwitchCase *SW = dyn_cast_or_null<SwitchCase>(B.getLabel()))
 1271     const Stmt *Label = B->getLabel();
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
  121     if (const Stmt *label = CB->getLabel())
  251   return CB->getLabel() == nullptr // No labels
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  747   if (const Stmt *S = Dst->getLabel()) {