Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1436 const bool PromiseContainsNew = [this, &PromiseType, NewName]() -> bool { in makeNewAndDeleteExpr() local
1460 NewScope = PromiseContainsNew ? AllocationFunctionScope::Class in makeNewAndDeleteExpr()
1481 if (PromiseContainsNew && !collectPlacementArgs(S, FD, Loc, PlacementArgs)) in makeNewAndDeleteExpr()
1486 if (PromiseContainsNew && !PlacementArgs.empty()) { in makeNewAndDeleteExpr()
1524 if (PromiseContainsNew && S.getLangOpts().CoroAlignedAllocation) in makeNewAndDeleteExpr()
1562 if (PromiseContainsNew) { in makeNewAndDeleteExpr()