Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2906 AllocationFunctionScope NewScope, AllocationFunctionScope DeleteScope, in FindAllocationFunctions() argument
3053 DeleteScope != AllocationFunctionScope::Global) { in FindAllocationFunctions()
3102 if (DeleteScope == AllocationFunctionScope::Class) in FindAllocationFunctions()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8501 AllocationFunctionScope NewScope, AllocationFunctionScope DeleteScope,