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

/external/clang/include/clang/AST/
H A DStmt.h2005 Stmt *getCapturedStmt() { return getStoredStmts()[NumCaptures]; } function in class:clang::CapturedStmt
2006 const Stmt *getCapturedStmt() const { function in class:clang::CapturedStmt
2007 return const_cast<CapturedStmt *>(this)->getCapturedStmt();
2076 return getCapturedStmt()->getLocStart();
2079 return getCapturedStmt()->getLocEnd();
2082 return getCapturedStmt()->getSourceRange();
/external/clang/lib/AST/
H A DStmtPrinter.cpp639 Stmt *CS = cast<CapturedStmt>(Node->getAssociatedStmt())->getCapturedStmt();
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp308 Writer.AddStmt(S->getCapturedStmt());
H A DASTReaderStmt.cpp399 S->getCapturedDecl()->setBody(S->getCapturedStmt());
/external/clang/lib/Sema/
H A DSemaStmt.cpp3233 CD->setBody(Res->getCapturedStmt());
H A DTreeTransform.h9645 StmtResult Body = getDerived().TransformStmt(S->getCapturedStmt());

Completed in 214 milliseconds