Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3085 auto DiagnoseMissingTypeAwareCleanupOperator = [&](bool IsPlacementOperator) { in FindAllocationFunctions() local
3096 DiagnoseMissingTypeAwareCleanupOperator(/*isPlacementNew=*/false); in FindAllocationFunctions()
3200 DiagnoseMissingTypeAwareCleanupOperator(isPlacementNew); in FindAllocationFunctions()