Home
last modified time | relevance | path

Searched refs:getCapturedStmt (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DStmt.h2005 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } in getCapturedStmt() function
2006 const Stmt *getCapturedStmt() const { in getCapturedStmt() function
2007 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()
/external/clang/lib/AST/
DStmtPrinter.cpp639 Stmt *CS = cast<CapturedStmt>(Node->getAssociatedStmt())->getCapturedStmt(); in VisitOMPParallelDirective()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp308 Writer.AddStmt(S->getCapturedStmt()); in VisitCapturedStmt()
DASTReaderStmt.cpp399 S->getCapturedDecl()->setBody(S->getCapturedStmt()); in VisitCapturedStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp3233 CD->setBody(Res->getCapturedStmt()); in ActOnCapturedRegionEnd()
DTreeTransform.h9645 StmtResult Body = getDerived().TransformStmt(S->getCapturedStmt()); in TransformCapturedStmt()