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

Declarations

tools/clang/include/clang/Analysis/AnalysisDeclContext.h
  141   Stmt *getBody(bool &IsAutosynthesized) const;

References

tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  128   return getBody(Tmp);
  133   getBody(Tmp);
  139   Stmt *Body = getBody(Tmp);
tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp
  556   Stmt* Body = AD->getBody(IsAutosynthesized);