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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1208   ID.AddPointer(R);
 1373   if (const auto *VR = dyn_cast<VarRegion>(R)) {
 1384     if (FieldReg == R) {
 1396     if (Succ->getState()->getSVal(R) != V)
 1399     if (hasVisibleUpdate(Pred, Pred->getState()->getSVal(R), Succ, V)) {
 1401       if (!PS || PS->getLocationValue() != R)
 1419       if (const auto *VR = dyn_cast<VarRegion>(R)) {
 1440     if (const auto *TmpR = dyn_cast<CXXTempObjectRegion>(R))
 1471     const auto *VR = dyn_cast<VarRegion>(R);
 1474       action = R->canPrintPretty() ? "initialized to " :
 1477       action = R->canPrintPretty() ? "captured by block as " :
 1494       showBRDiagnostics(action, os, R, V, DS);
 1497     if (const auto *VR = dyn_cast<VarRegion>(R))
 1502     showBRDefaultDiagnostics(os, R, V);