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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  431   void markInteresting(SymbolRef sym, bugreporter::TrackingKind TKind =

References

tools/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
  179   R->markInteresting(BlockDescSym);
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  916   R->markInteresting(Sym);
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
  124     R->markInteresting(AP.first);
  125     R->markInteresting(AP.second->Region);
  290         Report->markInteresting(AS->Region);
  345       Report->markInteresting(AS->Region);
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 2167     R->markInteresting(Sym);
 2259     R->markInteresting(Sym);
 2293     R->markInteresting(Sym);
 2295       R->markInteresting(PrevSym);
 2319     R->markInteresting(Sym);
 2349       R->markInteresting(Sym);
 2612   R->markInteresting(Sym);
 3310         BR.markInteresting(sym);
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
  720   BR.markInteresting(Sym);
  731   BR.markInteresting(Sym);
tools/clang/lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
  212   R->markInteresting(FileDescSym);
  225     R->markInteresting(LeakedStream);
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2224     markInteresting(SR->getSymbol(), TKind);
 2230   markInteresting(V.getAsSymbol(), TKind);