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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DCoroutineStmtBuilder.h30 SmallVector<Stmt *, 4> ParamMovesVector; member in class:clang::CoroutineStmtBuilder
H A DSemaCoroutine.cpp1091 this->ParamMovesVector.push_back(KV.second);
1092 this->ParamMoves = this->ParamMovesVector;

Completed in 59 milliseconds