Lines Matching refs:getBody
92 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() function in AnalysisDeclContext
95 Stmt *Body = FD->getBody(); in getBody()
97 Body = CoroBody->getBody(); in getBody()
99 Stmt *SynthesizedBody = Manager->getBodyFarm().getBody(FD); in getBody()
108 Stmt *Body = MD->getBody(); in getBody()
110 Stmt *SynthesizedBody = Manager->getBodyFarm().getBody(MD); in getBody()
118 return BD->getBody(); in getBody()
120 return FunTmpl->getTemplatedDecl()->getBody(); in getBody()
125 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
127 return getBody(Tmp); in getBody()
132 getBody(Tmp); in isBodyAutosynthesized()
138 Stmt *Body = getBody(Tmp); in isBodyAutosynthesizedFromModelFile()
217 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()
556 Visit(BR->getBlockDecl()->getBody()); in VisitBlockExpr()
591 F.Visit(BD->getBody()); in LazyInitializeReferencedDecls()