Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp46 CoroutineParameterMoves.clear(); in Clear()
H A DSemaCoroutine.cpp544 auto &Moves = ScopeInfo->CoroutineParameterMoves; in buildCoroutinePromise()
977 for (auto KV : Fn.CoroutineParameterMoves) in CoroutineStmtBuilder()
1502 assert(ScopeInfo->CoroutineParameterMoves.empty() && in buildCoroutineParameterMoves()
1530 ScopeInfo->CoroutineParameterMoves.insert(std::make_pair(PD, Stmt.get())); in buildCoroutineParameterMoves()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h197 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves; variable