Searched defs:emitReport (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp32 void BoolAssignmentChecker::emitReport(ProgramStateRef state, function in class:BoolAssignmentChecker
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h233 void emitReport(std::unique_ptr<BugReport> R) { function in class:clang::ento::CheckerContext
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2822 void BugReporter::emitReport(std::unique_ptr<BugReport> R) { function in class:BugReporter
2846 void PathSensitiveBugReporter::emitReport(std::unique_ptr<BugReport> R) { function in class:PathSensitiveBugReporter

Completed in 293 milliseconds