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

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 360 void EmitBasicReport(const Decl *DeclWithIssue,
365 void EmitBasicReport(const Decl *DeclWithIssue,
368 EmitBasicReport(DeclWithIssue, BugName, BugCategory, BugStr, Loc, 0, 0);
371 void EmitBasicReport(const Decl *DeclWithIssue,
375 EmitBasicReport(DeclWithIssue, BugName, Category, BugStr, Loc, &R, 1);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 4925 milliseconds