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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
  501       return cast<LabelStmt>((*I)->getLabel())->getDecl();
  549       return cast<CaseStmt>((*I)->getLabel());
tools/clang/lib/Analysis/CFGStmtMap.cpp
   67   if (Stmt *Label = B->getLabel())
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
  301               dyn_cast_or_null<CXXCatchStmt>(Succ->getLabel())) {