Home
last modified time | relevance | path

Searched refs:ParamMovesVector (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DCoroutineStmtBuilder.h30 SmallVector<Stmt *, 4> ParamMovesVector; variable
H A DSemaCoroutine.cpp1124 this->ParamMovesVector.push_back(KV.second); in CoroutineStmtBuilder()
1125 this->ParamMoves = this->ParamMovesVector; in CoroutineStmtBuilder()