Searched refs:CtorArgExprs (Results 1 – 1 of 1) sorted by relevance
506 llvm::SmallVector<Expr *, 4> CtorArgExprs; in buildCoroutinePromise() local517 CtorArgExprs.push_back(ThisExpr.get()); in buildCoroutinePromise()540 CtorArgExprs.push_back(RefExpr.get()); in buildCoroutinePromise()545 if (!CtorArgExprs.empty()) { in buildCoroutinePromise()549 CtorArgExprs, FD->getLocation()); in buildCoroutinePromise()553 InitializationSequence InitSeq(*this, Entity, Kind, CtorArgExprs, in buildCoroutinePromise()564 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, CtorArgExprs); in buildCoroutinePromise()