Home
last modified time | relevance | path

Searched refs:CoroutineParameterMoves (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DScopeInfo.cpp46 CoroutineParameterMoves.clear(); in Clear()
H A DSemaCoroutine.cpp525 auto &Moves = ScopeInfo->CoroutineParameterMoves; in buildCoroutinePromise()
1123 for (auto KV : Fn.CoroutineParameterMoves) in CoroutineStmtBuilder()
1669 if (!ScopeInfo->CoroutineParameterMoves.empty()) in buildCoroutineParameterMoves()
1705 ScopeInfo->CoroutineParameterMoves.insert(std::make_pair(PD, Stmt.get())); in buildCoroutineParameterMoves()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h212 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves; variable