Searched refs:AllocationFunctionScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1449 auto LookupAllocationFunction = [&](AllocationFunctionScope NewScope = in makeNewAndDeleteExpr() 1450 AllocationFunctionScope::Both, in makeNewAndDeleteExpr() 1459 if (NewScope == AllocationFunctionScope::Both) in makeNewAndDeleteExpr() 1460 NewScope = PromiseContainsNew ? AllocationFunctionScope::Class in makeNewAndDeleteExpr() 1461 : AllocationFunctionScope::Global; in makeNewAndDeleteExpr() 1471 /*DeleteScope=*/AllocationFunctionScope::Both, PromiseType, in makeNewAndDeleteExpr() 1501 LookupAllocationFunction(/*NewScope*/ AllocationFunctionScope::Class, in makeNewAndDeleteExpr() 1528 LookupAllocationFunction(/*NewScope*/ AllocationFunctionScope::Class, in makeNewAndDeleteExpr() 1533 LookupAllocationFunction(/*NewScope*/ AllocationFunctionScope::Class, in makeNewAndDeleteExpr() 1549 LookupAllocationFunction(AllocationFunctionScope::Global); in makeNewAndDeleteExpr()
|
| H A D | SemaExprCXX.cpp | 2426 AllocationFunctionScope Scope = UseGlobal ? AllocationFunctionScope::Global in BuildCXXNew() 2427 : AllocationFunctionScope::Both; in BuildCXXNew() 2906 AllocationFunctionScope NewScope, AllocationFunctionScope DeleteScope, in FindAllocationFunctions() 2990 NewScope != AllocationFunctionScope::Global) in FindAllocationFunctions() 3002 if (NewScope == AllocationFunctionScope::Class) in FindAllocationFunctions() 3053 DeleteScope != AllocationFunctionScope::Global) { in FindAllocationFunctions() 3102 if (DeleteScope == AllocationFunctionScope::Class) in FindAllocationFunctions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 775 enum class AllocationFunctionScope { enum 8501 AllocationFunctionScope NewScope, AllocationFunctionScope DeleteScope,
|