Searched refs:PathDiagnosticConsumers (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
H A DPathDiagnosticConsumers.h27 typedef std::vector<PathDiagnosticConsumer*> PathDiagnosticConsumers; typedef in namespace:clang::ento
29 void createHTMLDiagnosticConsumer(PathDiagnosticConsumers &C,
33 void createPlistDiagnosticConsumer(PathDiagnosticConsumers &C,
37 void createPlistMultiFileDiagnosticConsumer(PathDiagnosticConsumers &C,
41 void createTextPathDiagnosticConsumer(PathDiagnosticConsumers &C,
/external/clang/lib/StaticAnalyzer/Core/
H A DAnalysisManager.cpp19 const PathDiagnosticConsumers &PDC,
40 for (PathDiagnosticConsumers::iterator I = PathConsumers.begin(),
48 for (PathDiagnosticConsumers::iterator I = PathConsumers.begin(),
H A DTextPathDiagnostics.cpp14 #include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h"
49 void ento::createTextPathDiagnosticConsumer(PathDiagnosticConsumers &C,
H A DPlistDiagnostics.cpp14 #include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h"
62 void ento::createPlistDiagnosticConsumer(PathDiagnosticConsumers &C,
68 void ento::createPlistMultiFileDiagnosticConsumer(PathDiagnosticConsumers &C,
H A DHTMLDiagnostics.cpp14 #include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h"
79 void ento::createHTMLDiagnosticConsumer(PathDiagnosticConsumers &C,
H A DBugReporter.cpp2088 const PathDiagnosticConsumers &C = getPathDiagnosticConsumers();
2089 for (PathDiagnosticConsumers::const_iterator I=C.begin(),
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h22 #include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h"
36 PathDiagnosticConsumers PathConsumers;
49 const PathDiagnosticConsumers &Consumers,
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp33 #include "clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h"
64 // Special PathDiagnosticConsumers.
67 static void createPlistHTMLDiagnosticConsumer(PathDiagnosticConsumers &C,
148 // Set of PathDiagnosticConsumers. Owned by AnalysisManager.
149 PathDiagnosticConsumers PathConsumers;

Completed in 129 milliseconds