Home
last modified time | relevance | path

Searched refs:PathDiagnosticConsumer (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/include/clang/StaticAnalyzer/Core/
DPathDiagnosticConsumers.h27 class PathDiagnosticConsumer; variable
28 typedef std::vector<PathDiagnosticConsumer*> PathDiagnosticConsumers;
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DPathDiagnosticConsumers.h31 class PathDiagnosticConsumer; variable
32 typedef std::vector<PathDiagnosticConsumer*> PathDiagnosticConsumers;
/external/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
DAnalysisConsumer.h30 class PathDiagnosticConsumer; variable
36 virtual void AddDiagnosticConsumer(PathDiagnosticConsumer *Consumer) = 0;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h379 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
406 PathDiagnosticConsumer &PD,
432 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {
453 PathDiagnosticConsumer &PC,
517 bool generatePathDiagnostic(PathDiagnostic &PD, PathDiagnosticConsumer &PC,
DPathDiagnostic.h55 class PathDiagnosticConsumer {
92 PathDiagnosticConsumer() : flushed(false) {} in PathDiagnosticConsumer() function
93 virtual ~PathDiagnosticConsumer();
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h73 llvm::DenseMap<PathDiagnosticConsumer *, std::unique_ptr<PathDiagnostic>>;
566 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
598 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() { in getPathDiagnosticConsumers()
652 ArrayRef<PathDiagnosticConsumer *> consumers,
667 ArrayRef<PathDiagnosticConsumer *> consumers,
687 ArrayRef<PathDiagnosticConsumer *> consumers,
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp186 void PathDiagnosticConsumer::anchor() { } in anchor()
188 PathDiagnosticConsumer::~PathDiagnosticConsumer() { in ~PathDiagnosticConsumer()
196 void PathDiagnosticConsumer::HandlePathDiagnostic( in HandlePathDiagnostic()
416 void PathDiagnosticConsumer::FlushDiagnostics( in FlushDiagnostics()
417 PathDiagnosticConsumer::FilesMade *Files) { in FlushDiagnostics()
455 PathDiagnosticConsumer::FilesMade::~FilesMade() { in ~FilesMade()
460 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD, in addDiagnostic()
482 PathDiagnosticConsumer::PDFileEntry::ConsumerFiles *
483 PathDiagnosticConsumer::FilesMade::getFiles(const PathDiagnostic &PD) { in getFiles()
DAnalysisManager.cpp52 PathDiagnosticConsumer::FilesMade filesMade; in FlushDiagnostics()
DBugReporter.cpp322 PathDiagnosticConsumer *PDC;
329 PathDiagnosticConsumer *pdc) in PathDiagnosticBuilder()
353 PathDiagnosticConsumer::PathGenerationScheme getGenerationScheme() const { in getGenerationScheme()
354 return PDC ? PDC->getGenerationScheme() : PathDiagnosticConsumer::Extensive; in getGenerationScheme()
3055 PathDiagnosticConsumer &PC, in generatePathDiagnostic()
3079 typedef PathDiagnosticConsumer::PathGenerationScheme PathGenerationScheme; in generatePathDiagnostic()
3082 if (ActiveScheme == PathDiagnosticConsumer::Extensive) { in generatePathDiagnostic()
3085 ActiveScheme = PathDiagnosticConsumer::AlternateExtensive; in generatePathDiagnostic()
3139 if (ActiveScheme != PathDiagnosticConsumer::None) { in generatePathDiagnostic()
3151 case PathDiagnosticConsumer::AlternateExtensive: in generatePathDiagnostic()
[all …]
DPlistDiagnostics.cpp30 class PlistDiagnostics : public PathDiagnosticConsumer {
DHTMLDiagnostics.cpp42 class HTMLDiagnostics : public PathDiagnosticConsumer {
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp133 void PathDiagnosticConsumer::anchor() {} in anchor()
135 PathDiagnosticConsumer::~PathDiagnosticConsumer() { in ~PathDiagnosticConsumer()
141 void PathDiagnosticConsumer::HandlePathDiagnostic( in HandlePathDiagnostic()
403 void PathDiagnosticConsumer::FlushDiagnostics( in FlushDiagnostics()
404 PathDiagnosticConsumer::FilesMade *Files) { in FlushDiagnostics()
436 PathDiagnosticConsumer::FilesMade::~FilesMade() { in ~FilesMade()
441 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD, in addDiagnostic()
463 PathDiagnosticConsumer::PDFileEntry::ConsumerFiles *
464 PathDiagnosticConsumer::FilesMade::getFiles(const PathDiagnostic &PD) { in getFiles()
/external/clang/include/clang/StaticAnalyzer/Frontend/
DAnalysisConsumer.h36 virtual void AddDiagnosticConsumer(PathDiagnosticConsumer *Consumer) = 0;
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DAnalysisManager.cpp60 PathDiagnosticConsumer::FilesMade filesMade; in FlushDiagnostics()
DBugReporter.cpp116 const PathDiagnosticConsumer *Consumer;
137 PathDiagnosticConstruct(const PathDiagnosticConsumer *PDC,
242 generate(const PathDiagnosticConsumer *PDC) const;
1969 const PathDiagnosticConsumer *PDC, const ExplodedNode *ErrorNode, in PathDiagnosticConstruct()
1986 PathDiagnosticBuilder::generate(const PathDiagnosticConsumer *PDC) const { in generate()
2852 ArrayRef<PathDiagnosticConsumer *> consumers, in generatePathDiagnostics()
2862 for (PathDiagnosticConsumer *PC : consumers) { in generatePathDiagnostics()
3044 ArrayRef<PathDiagnosticConsumer*> Consumers = getPathDiagnosticConsumers(); in FlushReport()
3049 PathDiagnosticConsumer *Consumer = P.first; in FlushReport()
3170 BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers, in generateDiagnosticForConsumerMap()
[all …]
DTextDiagnostics.cpp36 class TextDiagnostics : public PathDiagnosticConsumer {
DSarifDiagnostics.cpp29 class SarifDiagnostics : public PathDiagnosticConsumer {
DHTMLDiagnostics.cpp59 class HTMLDiagnostics : public PathDiagnosticConsumer {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h98 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() override { in getPathDiagnosticConsumers()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h94 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() override { in getPathDiagnosticConsumers()
/external/llvm-project/clang/unittests/StaticAnalyzer/
DCheckerRegistration.h22 class DiagConsumer : public PathDiagnosticConsumer {
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h102 class PathDiagnosticConsumer {
140 PathDiagnosticConsumer() = default;
141 virtual ~PathDiagnosticConsumer();
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp89 class ClangDiagPathDiagConsumer : public PathDiagnosticConsumer {
379 void AddDiagnosticConsumer(PathDiagnosticConsumer *Consumer) override { in AddDiagnosticConsumer()
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp330 void AddDiagnosticConsumer(PathDiagnosticConsumer *Consumer) override { in AddDiagnosticConsumer()
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp69 class AnalyzerDiagnosticConsumer : public ento::PathDiagnosticConsumer {

12