Searched refs:CtorArgs (Results 1 – 8 of 8) sorted by relevance
87 const ASTContext &C, CoroutineBodyStmt::CtorArgs const &Args) { in Create()101 auto *Result = new (Mem) CoroutineBodyStmt(CtorArgs()); in Create()109 CoroutineBodyStmt::CoroutineBodyStmt(CoroutineBodyStmt::CtorArgs const &Args) in CoroutineBodyStmt()
203 template <typename ...CtorArgs>205 CtorArgs &&...Args) { in emplace()206 return concat(T(std::forward<CtorArgs>(Args)...), Tail); in emplace()
24 class CoroutineStmtBuilder : public CoroutineBodyStmt::CtorArgs {
1691 StmtResult Sema::BuildCoroutineBodyStmt(CoroutineBodyStmt::CtorArgs Args) { in BuildCoroutineBodyStmt()
1490 StmtResult RebuildCoroutineBodyStmt(CoroutineBodyStmt::CtorArgs Args) { in RebuildCoroutineBodyStmt()
347 struct CtorArgs { struct365 CoroutineBodyStmt(CtorArgs const& Args); argument368 static CoroutineBodyStmt *Create(const ASTContext &C, CtorArgs const &Args);
9987 StmtResult BuildCoroutineBodyStmt(CoroutineBodyStmt::CtorArgs);