Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h316 Expr *ReturnValue, ArrayRef<Expr *> ParamMoves) in CoroutineBodyStmt() argument
326 assert(ParamMoves.empty() && "not implemented yet"); in CoroutineBodyStmt()
/external/clang/lib/Sema/
DSemaCoroutine.cpp441 SmallVector<Expr*, 16> ParamMoves; in CheckCompletedCoroutineBody() local
447 ReturnObject.get(), ParamMoves); in CheckCompletedCoroutineBody()