Home | History | Annotate | Download | only in Core

Lines Matching refs:ExplodedGraph

20 #include "clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h"
160 /// This will search back through the ExplodedGraph, starting from the given
807 if (ExplodedGraph::isInterestingLValueExpr(Ex) || CallEvent::isCallStmt(Ex))
838 if (Inner && ExplodedGraph::isInterestingLValueExpr(Inner)) {