Searched refs:isCallStmt (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp153 if (CallEvent::isCallStmt(SP->getStmt()))
H A DBugReporterVisitors.cpp175 if (!CallEvent::isCallStmt(S))
912 if (ExplodedGraph::isInterestingLValueExpr(Ex) || CallEvent::isCallStmt(Ex))
H A DCallEvent.cpp232 bool CallEvent::isCallStmt(const Stmt *S) { function in class:CallEvent
H A DExprEngine.cpp316 if (CallEvent::isCallStmt(S.getStmt()))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h337 static bool isCallStmt(const Stmt *S);

Completed in 80 milliseconds