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