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 466 void EmitBasicReport(const Decl *DeclWithIssue,
471 void EmitBasicReport(const Decl *DeclWithIssue,
474 EmitBasicReport(DeclWithIssue, BugName, BugCategory, BugStr, Loc, 0, 0);
477 void EmitBasicReport(const Decl *DeclWithIssue,
481 EmitBasicReport(DeclWithIssue, BugName, Category, BugStr, Loc, &R, 1);
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 88 milliseconds