Searched defs:EmitReport (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h189 void EmitReport(BugReport *R) { function in class:clang::ento::CheckerContext
191 Eng.getBugReporter().EmitReport(R);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1950 void BugReporter::EmitReport(BugReport* R) { function in class:BugReporter
2152 EmitReport(R);

Completed in 85 milliseconds