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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1239       PathDiagnosticLocation L(Loop, SM, C.getCurrLocationContext());
 1242       if (const auto *FS = dyn_cast<ForStmt>(Loop))
 1244       else if (const auto *WS = dyn_cast<WhileStmt>(Loop))
 1246       else if (const auto *OFS = dyn_cast<ObjCForCollectionStmt>(Loop)) {
 1248       } else if (const auto *FRS = dyn_cast<CXXForRangeStmt>(Loop)) {