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

References

tools/clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp
  110   Object = Object->IgnoreParenImpCasts();
  110   Object = Object->IgnoreParenImpCasts();
  120         if (const auto *DRE = dyn_cast<DeclRefExpr>(Object)) {
  122         } else if (const auto *ME = dyn_cast<MemberExpr>(Object)) {