Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmtCXX.h403 Expr *getAllocate() const { in getAllocate() function
/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp568 auto *AllocateCall = EmitScalarExpr(S.getAllocate()); in EmitCoroutineBody()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h7712 assert(S->getAllocate() && S->getDeallocate() && in TransformCoroutineBodyStmt()
7714 ExprResult AllocRes = getDerived().TransformExpr(S->getAllocate()); in TransformCoroutineBodyStmt()