Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16697 QualType AddressParamType = in CheckOperatorDeleteDeclaration() local
16699 if (AddressParamType != SemaRef.Context.VoidPtrTy && in CheckOperatorDeleteDeclaration()
16700 AddressParamType == ConstructDestroyingDeleteAddressType()) { in CheckOperatorDeleteDeclaration()