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 297 void EmitBasicReport(StringRef BugName, StringRef BugStr,
301 void EmitBasicReport(StringRef BugName, StringRef BugCategory,
306 void EmitBasicReport(StringRef BugName, StringRef BugStr,
308 EmitBasicReport(BugName, BugStr, Loc, 0, 0);
311 void EmitBasicReport(StringRef BugName, StringRef BugCategory,
313 EmitBasicReport(BugName, BugCategory, BugStr, Loc, 0, 0);
316 void EmitBasicReport(StringRef BugName, StringRef BugStr,
318 EmitBasicReport(BugName, BugStr, Loc, &R, 1);
321 void EmitBasicReport(StringRef BugName, StringRef Category,
324 EmitBasicReport(BugName, Category, BugStr, Loc, &R, 1)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 51 milliseconds