Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h405 Expr *getAllocate() const { in getAllocate() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp803 auto *AllocateCall = EmitScalarExpr(S.getAllocate()); in EmitCoroutineBody()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8485 assert(S->getAllocate() && S->getDeallocate() && in TransformCoroutineBodyStmt()
8487 ExprResult AllocRes = getDerived().TransformExpr(S->getAllocate()); in TransformCoroutineBodyStmt()