Home
last modified time | relevance | path

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

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