Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp144 if (CallEvent::isCallStmt(SP->getStmt())) in shouldCollect()
H A DCallEvent.cpp421 bool CallEvent::isCallStmt(const Stmt *S) { in isCallStmt() function in CallEvent
H A DBugReporterVisitors.cpp949 if (!CallEvent::isCallStmt(S)) in addVisitorIfNecessary()
H A DExprEngine.cpp680 if (CallEvent::isCallStmt(S)) in shouldRemoveDeadBindings()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h382 static bool isCallStmt(const Stmt *S);