Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp659 ExplodedNode::SetAuditor(Auditor.get()); in ActionExprEngine()
668 ExplodedNode::SetAuditor(nullptr); in ActionExprEngine()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h237 static void SetAuditor(Auditor* A);
/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp40 void ExplodedNode::SetAuditor(ExplodedNode::Auditor* A) { in SetAuditor() function in ExplodedNode