Searched refs:PathDiagnosticConsumer (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | AnalysisManager.cpp | 53 for (PathDiagnosticConsumer *Consumer : PathConsumers) { in ~AnalysisManager() 59 PathDiagnosticConsumer::FilesMade filesMade; in FlushDiagnostics() 60 for (PathDiagnosticConsumer *Consumer : PathConsumers) { in FlushDiagnostics()
|
H A D | BugReporter.cpp | 127 const PathDiagnosticConsumer *Consumer; 148 PathDiagnosticConstruct(const PathDiagnosticConsumer *PDC, 257 generate(const PathDiagnosticConsumer *PDC) const; 1990 const PathDiagnosticConsumer *PDC, const ExplodedNode *ErrorNode, in PathDiagnosticConstruct() 2008 PathDiagnosticBuilder::generate(const PathDiagnosticConsumer *PDC) const { in generate() 2911 ArrayRef<PathDiagnosticConsumer *> consumers, in generatePathDiagnostics() 2921 for (PathDiagnosticConsumer *PC : consumers) { in generatePathDiagnostics() 3114 ArrayRef<PathDiagnosticConsumer*> Consumers = getPathDiagnosticConsumers(); in FlushReport() 3119 PathDiagnosticConsumer *Consumer = P.first; in FlushReport() 3248 BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers, in generateDiagnosticForConsumerMap() [all …]
|
H A D | TextDiagnostics.cpp | 37 class TextDiagnostics : public PathDiagnosticConsumer {
|
H A D | SarifDiagnostics.cpp | 32 class SarifDiagnostics : public PathDiagnosticConsumer {
|
H A D | HTMLDiagnostics.cpp | 64 class HTMLDiagnostics : public PathDiagnosticConsumer {
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.h | 27 class PathDiagnosticConsumer; variable 32 virtual void AddDiagnosticConsumer(PathDiagnosticConsumer *Consumer) = 0;
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | PathDiagnosticConsumers.h | 32 class PathDiagnosticConsumer; variable 33 typedef std::vector<PathDiagnosticConsumer*> PathDiagnosticConsumers;
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 71 llvm::DenseMap<PathDiagnosticConsumer *, std::unique_ptr<PathDiagnostic>>; 573 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0; 611 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() { in getPathDiagnosticConsumers() 674 ArrayRef<PathDiagnosticConsumer *> consumers, 689 ArrayRef<PathDiagnosticConsumer *> consumers, 709 ArrayRef<PathDiagnosticConsumer *> consumers,
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 130 void PathDiagnosticConsumer::anchor() {} in anchor() 132 PathDiagnosticConsumer::~PathDiagnosticConsumer() { in ~PathDiagnosticConsumer() 138 void PathDiagnosticConsumer::HandlePathDiagnostic( in HandlePathDiagnostic() 401 void PathDiagnosticConsumer::FlushDiagnostics( in FlushDiagnostics() 402 PathDiagnosticConsumer::FilesMade *Files) { in FlushDiagnostics() 434 PathDiagnosticConsumer::FilesMade::~FilesMade() { in ~FilesMade() 439 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD, in addDiagnostic() 461 PathDiagnosticConsumer::PDFileEntry::ConsumerFiles * 462 PathDiagnosticConsumer::FilesMade::getFiles(const PathDiagnostic &PD) { in getFiles()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 94 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() override { in getPathDiagnosticConsumers()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 92 class PathDiagnosticConsumer { 130 PathDiagnosticConsumer() = default; 131 virtual ~PathDiagnosticConsumer();
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 344 void AddDiagnosticConsumer(PathDiagnosticConsumer *Consumer) override { in AddDiagnosticConsumer()
|