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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  188   assert(CondVarExpr);
  189   CondVarExpr = CondVarExpr->IgnoreImpCasts();
  189   CondVarExpr = CondVarExpr->IgnoreImpCasts();
  195   if (const auto *DRE = dyn_cast<DeclRefExpr>(CondVarExpr))
  199   if (const auto *ME = dyn_cast<MemberExpr>(CondVarExpr))