Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp529 llvm::SmallVector<Expr *, 4> CtorArgExprs; in buildCoroutinePromise() local
540 CtorArgExprs.push_back(ThisExpr.get()); in buildCoroutinePromise()
562 CtorArgExprs.push_back(RefExpr.get()); in buildCoroutinePromise()
568 CtorArgExprs, FD->getLocation()); in buildCoroutinePromise()
572 InitializationSequence InitSeq(*this, Entity, Kind, CtorArgExprs, in buildCoroutinePromise()
579 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, CtorArgExprs); in buildCoroutinePromise()