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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h360 void EmitBasicReport(const Decl *DeclWithIssue,
365 void EmitBasicReport(const Decl *DeclWithIssue, function in class:clang::ento::BugReporter
368 EmitBasicReport(DeclWithIssue, BugName, BugCategory, BugStr, Loc, 0, 0);
371 void EmitBasicReport(const Decl *DeclWithIssue, function in class:clang::ento::BugReporter
375 EmitBasicReport(DeclWithIssue, BugName, Category, BugStr, Loc, &R, 1);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1440 // EmitBasicReport.
2030 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, function in class:BugReporter

Completed in 67 milliseconds