Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtCXX.h416 Stmt *getReturnStmtOnAllocFailure() const { in getReturnStmtOnAllocFailure() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp508 if (auto *RetOnAllocFailure = S.getReturnStmtOnAllocFailure()) { in EmitCoroutineBody()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h7901 !S->getReturnStmtOnAllocFailure() && !S->getDeallocate() && in TransformCoroutineBodyStmt()
7921 if (auto *OnAllocFailure = S->getReturnStmtOnAllocFailure()) { in TransformCoroutineBodyStmt()