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

References

tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  433     !(C.getAnalysisManager().shouldInlineCall() && (D && D->getBody()));
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  933   if (!AMgr.shouldInlineCall())
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  428       assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
  436       assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
  444       assert(RecVisitorMode == AM_Syntax || Mgr->shouldInlineCall() == false);
  615   if (!Mgr->shouldInlineCall())
  630   if (Mgr->shouldInlineCall())