Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DCoroutineStmtBuilder.h31 SmallVector<Stmt *, 4> ParamMovesVector; variable
H A DSemaCoroutine.cpp978 this->ParamMovesVector.push_back(KV.second); in CoroutineStmtBuilder()
979 this->ParamMoves = this->ParamMovesVector; in CoroutineStmtBuilder()