Searched refs:getCapturedStmt (Results 1 – 6 of 6) sorted by relevance
2005 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function2006 const Stmt *getCapturedStmt() const { in getCapturedStmt() function2007 return const_cast<CapturedStmt *>(this)->getCapturedStmt(); in getCapturedStmt()2076 return getCapturedStmt()->getLocStart(); in getLocStart()2079 return getCapturedStmt()->getLocEnd(); in getLocEnd()2082 return getCapturedStmt()->getSourceRange(); in getSourceRange()
639 Stmt *CS = cast<CapturedStmt>(Node->getAssociatedStmt())->getCapturedStmt(); in VisitOMPParallelDirective()
308 Writer.AddStmt(S->getCapturedStmt()); in VisitCapturedStmt()
399 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()
3233 CD->setBody(Res->getCapturedStmt()); in ActOnCapturedRegionEnd()
9645 StmtResult Body = getDerived().TransformStmt(S->getCapturedStmt()); in TransformCapturedStmt()