Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1471 auto LookupAllocationFunction = [&](Sema::AllocationFunctionScope NewScope = in makeNewAndDeleteExpr()
H A DSemaExprCXX.cpp2290 AllocationFunctionScope Scope = UseGlobal ? AFS_Global : AFS_Both; in BuildCXXNew()
2672 AllocationFunctionScope NewScope, in FindAllocationFunctions()
2673 AllocationFunctionScope DeleteScope, in FindAllocationFunctions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6897 enum AllocationFunctionScope { enum
6911 AllocationFunctionScope NewScope,
6912 AllocationFunctionScope DeleteScope,