reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  369   static bool isCallStmt(const Stmt *S);

References

tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  928     if (!CallEvent::isCallStmt(S))
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  145     if (CallEvent::isCallStmt(SP->getStmt()))
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  680   if (CallEvent::isCallStmt(S))