Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCoroutine.cpp1381 auto LookupAllocationFunction = [&](Sema::AllocationFunctionScope NewScope = in makeNewAndDeleteExpr()
HDSemaExprCXX.cpp2321 AllocationFunctionScope Scope = UseGlobal ? AFS_Global : AFS_Both; in BuildCXXNew()
2697 AllocationFunctionScope NewScope, in FindAllocationFunctions()
2698 AllocationFunctionScope DeleteScope, in FindAllocationFunctions()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h8172 enum AllocationFunctionScope { enum
8186 AllocationFunctionScope NewScope,
8187 AllocationFunctionScope DeleteScope,