Searched defs:BugReport (Results 1 – 5 of 5) sorted by relevance
| /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| D | BugReporter.h | 43 class BugReport; variable 146 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode) in BugReport() function 150 BugReport(BugType& bt, StringRef shortDesc, StringRef desc, in BugReport() function 156 BugReport(BugType &bt, StringRef desc, PathDiagnosticLocation l) in BugReport() function 167 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode, in BugReport() function
|
| D | BugReporterVisitor.h | 26 class BugReport; variable
|
| /external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| D | BugReporter.h | 138 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport() function 141 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, in BugReport() function
|
| /external/llvm-project/clang/tools/scan-view/share/ |
| D | Reporter.py | 19 class BugReport(object): class
|
| /external/clang/tools/scan-view/share/ |
| D | Reporter.py | 16 class BugReport: class
|