HomeSort by: relevance | last modified time | path
    Searched refs:exampleReport (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 651 generateDiagnosticForConsumerMap(BugReport *exampleReport,
666 generateDiagnosticForConsumerMap(BugReport *exampleReport,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 2957 BugReport *exampleReport = nullptr;
2972 if (!exampleReport)
2973 exampleReport = R;
3007 if (!exampleReport)
3008 exampleReport = R;
3032 // ExampleReport will be NULL if all the nodes in the equivalence class
3034 return exampleReport;
3169 BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers,
3171 auto *basicReport = cast<BasicBugReport>(exampleReport);
3245 BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers
    [all...]

Completed in 18 milliseconds