Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp46 CoroutineParameterMoves.clear(); in Clear()
DSemaCoroutine.cpp571 auto &Moves = ScopeInfo->CoroutineParameterMoves; in buildCoroutinePromise()
1130 for (auto KV : Fn.CoroutineParameterMoves) in CoroutineStmtBuilder()
1658 if (!ScopeInfo->CoroutineParameterMoves.empty()) in buildCoroutineParameterMoves()
1686 ScopeInfo->CoroutineParameterMoves.insert(std::make_pair(PD, Stmt.get())); in buildCoroutineParameterMoves()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h203 llvm::SmallMapVector<ParmVarDecl *, Stmt *, 4> CoroutineParameterMoves; variable