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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  743   bool inlineCall(const CallEvent &Call, const Decl *D, NodeBuilder &Bldr,

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
 1045       if (inlineCall(*Call, D, Bldr, Pred, State))
 1068       if (inlineCall(Call, D, Bldr, Pred, State))
 1082   inlineCall(Call, D, Bldr, Pred, IState);