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

References

tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  548   static CheckerProgramPointTag Tag(this, "NilReceiver");
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  587     static CheckerProgramPointTag IllegalConv(this, "IllegalConversion");
  799       static CheckerProgramPointTag Tag(this, "ArgTypeMismatch");
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  756   static CheckerProgramPointTag Tag("NonLocalizedStringChecker",
tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
   75   static CheckerProgramPointTag Tag("MPI-Checker", "UnmatchedWait");
  107   static CheckerProgramPointTag Tag("MPI-Checker", "MissingWait");
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  569   static CheckerProgramPointTag Tag(this, "DeadSymbolsLeak");
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2665     static CheckerProgramPointTag Tag("MallocChecker", "DeadSymbolsLeak");
tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
  580     static CheckerProgramPointTag Tag(this, "NullReturnedFromNonnull");
  616       static CheckerProgramPointTag Tag(this, "NullableReturnedFromNonnull");
 1096     static CheckerProgramPointTag Tag(this, "NullPassedToNonnull");
 1140       static CheckerProgramPointTag Tag(this, "NullablePassedToNonnull");
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
 1035   static CheckerProgramPointTag AutoreleaseTag(this, "Autorelease");
 1093         static CheckerProgramPointTag ReturnOwnLeakTag(this, "ReturnsOwnLeak");
 1117         static CheckerProgramPointTag
 1420       static CheckerProgramPointTag Tag(this, "DeadSymbolAutorelease");
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
  263   CheckerProgramPointTag DeallocSentTag{this, "DeallocSent"};
  264   CheckerProgramPointTag CastFailTag{this, "DynamicCastFail"};
  363   const CheckerProgramPointTag &getDeallocSentTag() const {
  367   const CheckerProgramPointTag &getCastFailTag() const {