Searched defs:Auditor (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp34 ExplodedNode::Auditor::~Auditor() {}
37 static ExplodedNode::Auditor* NodeAuditor = nullptr;
40 void ExplodedNode::SetAuditor(ExplodedNode::Auditor* A) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h233 class Auditor { class in class:clang::ento::ExplodedNode
235 virtual ~Auditor();
239 static void SetAuditor(Auditor* A);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp54 static ExplodedNode::Auditor* CreateUbiViz();
644 std::unique_ptr<ExplodedNode::Auditor> Auditor; local
646 Auditor.reset(CreateUbiViz());
647 ExplodedNode::SetAuditor(Auditor.get());
706 class UbigraphViz : public ExplodedNode::Auditor {
724 static ExplodedNode::Auditor* CreateUbiViz() {

Completed in 253 milliseconds