Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp143 if (CallEvent::isCallStmt(SP->getStmt())) in shouldCollect()
H A DCallEvent.cpp345 bool CallEvent::isCallStmt(const Stmt *S) { in isCallStmt() function in CallEvent
H A DBugReporterVisitors.cpp2244 if (!CallEvent::isCallStmt(E)) in handle()
H A DExprEngine.cpp849 if (CallEvent::isCallStmt(S)) in shouldRemoveDeadBindings()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h380 static bool isCallStmt(const Stmt *S);