Home
last modified time | relevance | path

Searched defs:BugReport (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h138 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport() function
141 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, in BugReport() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A DReporter.py19 class BugReport(object): class