Searched refs:CoroutineParameterMoves (Results 1 – 3 of 3) sorted by relevance
46 CoroutineParameterMoves.clear(); in Clear()
572 auto &Moves = ScopeInfo->CoroutineParameterMoves; in buildCoroutinePromise()1132 for (auto KV : Fn.CoroutineParameterMoves) in CoroutineStmtBuilder()1661 if (!ScopeInfo->CoroutineParameterMoves.empty()) in buildCoroutineParameterMoves()1689 ScopeInfo->CoroutineParameterMoves.insert(std::make_pair(PD, Stmt.get())); in buildCoroutineParameterMoves()
207 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves; variable