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 335 void EmitBasicReport(llvm::StringRef BugName, llvm::StringRef BugStr,
339 void EmitBasicReport(llvm::StringRef BugName, llvm::StringRef BugCategory,
344 void EmitBasicReport(llvm::StringRef BugName, llvm::StringRef BugStr,
346 EmitBasicReport(BugName, BugStr, Loc, 0, 0);
349 void EmitBasicReport(llvm::StringRef BugName, llvm::StringRef BugCategory,
351 EmitBasicReport(BugName, BugCategory, BugStr, Loc, 0, 0);
354 void EmitBasicReport(llvm::StringRef BugName, llvm::StringRef BugStr,
356 EmitBasicReport(BugName, BugStr, Loc, &R, 1);
359 void EmitBasicReport(llvm::StringRef BugName, llvm::StringRef Category,
362 EmitBasicReport(BugName, Category, BugStr, Loc, &R, 1)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 44 milliseconds