HomeSort by relevance Sort by last modified time
    Searched defs:markInteresting (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 123 void markInteresting(BugReport *R, const AllocationPair &AP) const {
124 R->markInteresting(AP.first);
125 R->markInteresting(AP.second->Region);
265 markInteresting(Report.get(), AP);
310 Report->markInteresting(AS->Region);
367 Report->markInteresting(AS->Region);
433 Report->markInteresting(AS->Region);
544 markInteresting(Report.get(), AP);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 203 milliseconds