Searched refs:FirstParamMove (Results 1 – 4 of 4) sorted by relevance
89 CoroutineBodyStmt::FirstParamMove + Args.ParamMoves.size()); in Create()98 CoroutineBodyStmt::FirstParamMove + NumParams); in Create()103 auto *ParamBegin = Result->getStoredStmts() + SubStmt::FirstParamMove; in Create()
333 FirstParamMove ///< First offset for move construction of parameter copies. enumerator418 return {getStoredStmts() + SubStmt::FirstParamMove, NumParams}; in getParamMoves()431 getStoredStmts() + SubStmt::FirstParamMove + NumParams); in children()436 SubStmt::FirstParamMove + in children()
308 FirstParamMove ///< First offset for move construction of parameter copies. enumerator310 Stmt *SubStmts[SubStmt::FirstParamMove];360 return child_range(SubStmts, SubStmts + SubStmt::FirstParamMove); in children()
457 i < CoroutineBodyStmt::SubStmt::FirstParamMove + S->NumParams; ++i) in VisitCoroutineBodyStmt()