Lines Matching refs:getBody
89 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() function in AnalysisDeclContext
92 Stmt *Body = FD->getBody(); in getBody()
95 return getBodyFarm(getASTContext()).getBody(FD); in getBody()
100 return MD->getBody(); in getBody()
102 return BD->getBody(); in getBody()
105 return FunTmpl->getTemplatedDecl()->getBody(); in getBody()
110 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
112 return getBody(Tmp); in getBody()
117 getBody(Tmp); in isBodyAutosynthesized()
162 cfg.reset(CFG::buildCFG(D, getBody(), in getCFG()
175 completeCFG.reset(CFG::buildCFG(D, getBody(), &D->getASTContext(), in getUnoptimizedCFG()
214 PM.reset(new ParentMap(getBody())); in getParentMap()
228 PCA.reset(new PseudoConstantAnalysis(getBody())); in getPseudoConstantAnalysis()
426 Visit(BR->getBlockDecl()->getBody()); in VisitBlockExpr()
461 F.Visit(BD->getBody()); in LazyInitializeReferencedDecls()