Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDScopeInfo.cpp48 CoroutineParameterMoves.clear(); in Clear()
HDSemaCoroutine.cpp522 auto &Moves = ScopeInfo->CoroutineParameterMoves; in buildCoroutinePromise()
1166 for (auto KV : Fn.CoroutineParameterMoves) in CoroutineStmtBuilder()
1870 if (!ScopeInfo->CoroutineParameterMoves.empty()) in buildCoroutineParameterMoves()
1912 ScopeInfo->CoroutineParameterMoves.insert(std::make_pair(PD, Stmt.get())); in buildCoroutineParameterMoves()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.h221 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves; variable