Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtCXX.cpp122 SubStmts[CoroutineBodyStmt::ReturnStmtOnAllocFailure] = in CoroutineBodyStmt()
123 Args.ReturnStmtOnAllocFailure; in CoroutineBodyStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtCXX.h331 ReturnStmtOnAllocFailure, ///< Return statement if allocation failed. enumerator
357 Stmt *ReturnStmtOnAllocFailure = nullptr; member
417 return getStoredStmts()[SubStmt::ReturnStmtOnAllocFailure]; in getReturnStmtOnAllocFailure()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp1238 this->ReturnStmtOnAllocFailure = ReturnStmt.get(); in makeReturnOnAllocFailure()
1286 const bool RequiresNoThrowAlloc = ReturnStmtOnAllocFailure != nullptr; in makeNewAndDeleteExpr()
H A DTreeTransform.h7925 Builder.ReturnStmtOnAllocFailure = Res.get(); in TransformCoroutineBodyStmt()