Home
last modified time | relevance | path

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

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