Home
last modified time | relevance | path

Searched refs:Auditor (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp57 static std::unique_ptr<ExplodedNode::Auditor> CreateUbiViz();
656 std::unique_ptr<ExplodedNode::Auditor> Auditor; in ActionExprEngine() local
658 Auditor = CreateUbiViz(); in ActionExprEngine()
659 ExplodedNode::SetAuditor(Auditor.get()); in ActionExprEngine()
722 class UbigraphViz : public ExplodedNode::Auditor {
740 static std::unique_ptr<ExplodedNode::Auditor> CreateUbiViz() { in CreateUbiViz()
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp34 ExplodedNode::Auditor::~Auditor() {} in ~Auditor()
37 static ExplodedNode::Auditor* NodeAuditor = nullptr;
40 void ExplodedNode::SetAuditor(ExplodedNode::Auditor* A) { in SetAuditor()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h231 class Auditor {
233 virtual ~Auditor();
237 static void SetAuditor(Auditor* A);