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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  154   void reportBugIfInvariantHolds(StringRef Msg, ErrorKind Error,

References

tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  590     reportBugIfInvariantHolds(OS.str(),
  624       reportBugIfInvariantHolds(OS.str(),
  690       reportBugIfInvariantHolds(OS.str(), ErrorKind::NilPassedToNonnull, N,
  716         reportBugIfInvariantHolds(OS.str(),
  724         reportBugIfInvariantHolds("Nullable pointer is dereferenced",
 1110     reportBugIfInvariantHolds(OS.str(),
 1142       reportBugIfInvariantHolds("Nullable pointer is assigned to a pointer "