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

Declarations

tools/clang/include/clang/Analysis/AnalysisDeclContext.h
  136   Stmt *getBody() const;

References

tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  218     cfg = CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions);
  237         CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions);
  281     PM.reset(new ParentMap(getBody()));
tools/clang/lib/Analysis/PathDiagnostic.cpp
  489         const Stmt *Body = ADC->getBody();
  536     if (const Stmt *CallerBody = CallerInfo->getBody())
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1255   FM.TraverseStmt(AC.getBody());
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  165       V.TraverseStmt(AC->getBody());
tools/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
  278   c.Visit(mgr.getAnalysisDeclContext(D)->getBody());
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  180              LCtx->getAnalysisDeclContext()->getBody(),
  294                calleeCtx->getAnalysisDeclContext()->getBody(),