Lines Matching refs:getBody
93 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() function in AnalysisDeclContext
96 Stmt *Body = FD->getBody(); in getBody()
98 Body = CoroBody->getBody(); in getBody()
100 Stmt *SynthesizedBody = ADCMgr->getBodyFarm().getBody(FD); in getBody()
109 Stmt *Body = MD->getBody(); in getBody()
111 Stmt *SynthesizedBody = ADCMgr->getBodyFarm().getBody(MD); in getBody()
119 return BD->getBody(); in getBody()
121 return FunTmpl->getTemplatedDecl()->getBody(); in getBody()
126 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
128 return getBody(Tmp); in getBody()
133 getBody(Tmp); in isBodyAutosynthesized()
139 Stmt *Body = getBody(Tmp); in isBodyAutosynthesizedFromModelFile()
218 cfg = CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getCFG()
236 CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getUnoptimizedCFG()
280 PM.reset(new ParentMap(getBody())); in getParentMap()
621 Visit(BR->getBlockDecl()->getBody()); in VisitBlockExpr()
656 F.Visit(BD->getBody()); in LazyInitializeReferencedDecls()