Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp556 llvm::SmallVector<Expr *, 4> CtorArgExprs; in buildCoroutinePromise() local
567 CtorArgExprs.push_back(ThisExpr.get()); in buildCoroutinePromise()
590 CtorArgExprs.push_back(RefExpr.get()); in buildCoroutinePromise()
595 if (!CtorArgExprs.empty()) { in buildCoroutinePromise()
599 CtorArgExprs, FD->getLocation()); in buildCoroutinePromise()
603 InitializationSequence InitSeq(*this, Entity, Kind, CtorArgExprs, in buildCoroutinePromise()
610 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, CtorArgExprs); in buildCoroutinePromise()