Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
HDPathDiagnosticConsumers.h27 class PathDiagnosticConsumer; variable
28 typedef std::vector<PathDiagnosticConsumer*> PathDiagnosticConsumers;
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h376 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
403 PathDiagnosticConsumer &PD,
429 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {
450 PathDiagnosticConsumer &PC,
509 PathDiagnosticConsumer &PC,
HDPathDiagnostic.h55 class PathDiagnosticConsumer {
86 PathDiagnosticConsumer() : flushed(false) {} in PathDiagnosticConsumer() function
87 virtual ~PathDiagnosticConsumer();
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDPathDiagnostic.cpp188 void PathDiagnosticConsumer::anchor() { } in anchor()
190 PathDiagnosticConsumer::~PathDiagnosticConsumer() { in ~PathDiagnosticConsumer()
198 void PathDiagnosticConsumer::HandlePathDiagnostic(PathDiagnostic *D) { in HandlePathDiagnostic()
429 void PathDiagnosticConsumer::FlushDiagnostics( in FlushDiagnostics()
430 PathDiagnosticConsumer::FilesMade *Files) { in FlushDiagnostics()
461 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD, in addDiagnostic()
483 PathDiagnosticConsumer::PDFileEntry::ConsumerFiles *
484 PathDiagnosticConsumer::FilesMade::getFiles(const PathDiagnostic &PD) { in getFiles()
HDAnalysisManager.cpp49 PathDiagnosticConsumer::FilesMade filesMade; in FlushDiagnostics()
HDBugReporter.cpp321 PathDiagnosticConsumer *PDC;
328 PathDiagnosticConsumer *pdc) in PathDiagnosticBuilder()
352 PathDiagnosticConsumer::PathGenerationScheme getGenerationScheme() const { in getGenerationScheme()
353 return PDC ? PDC->getGenerationScheme() : PathDiagnosticConsumer::Extensive; in getGenerationScheme()
3083 PathDiagnosticConsumer &PC, in generatePathDiagnostic()
3107 typedef PathDiagnosticConsumer::PathGenerationScheme PathGenerationScheme; in generatePathDiagnostic()
3110 if (ActiveScheme == PathDiagnosticConsumer::Extensive) { in generatePathDiagnostic()
3113 ActiveScheme = PathDiagnosticConsumer::AlternateExtensive; in generatePathDiagnostic()
3166 if (ActiveScheme != PathDiagnosticConsumer::None) { in generatePathDiagnostic()
3178 case PathDiagnosticConsumer::AlternateExtensive: in generatePathDiagnostic()
[all …]
HDHTMLDiagnostics.cpp38 class HTMLDiagnostics : public PathDiagnosticConsumer {
HDPlistDiagnostics.cpp32 class PlistDiagnostics : public PathDiagnosticConsumer {
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDAnalysisManager.h95 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() { in getPathDiagnosticConsumers()
/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp86 class ClangDiagPathDiagConsumer : public PathDiagnosticConsumer {