Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16257 CanQualType ExpectedFirstParamType, in CheckOperatorNewDeleteTypes() argument
16305 if (auto ExpectedPtrTy = ExpectedFirstParamType->getAs<PointerType>()) in CheckOperatorNewDeleteTypes()
16306 ExpectedFirstParamType = in CheckOperatorNewDeleteTypes()
16312 ExpectedFirstParamType) { in CheckOperatorNewDeleteTypes()
16319 << FnDecl->getDeclName() << ExpectedFirstParamType; in CheckOperatorNewDeleteTypes()
16371 CanQualType ExpectedFirstParamType = in CheckOperatorDeleteDeclaration() local
16380 SemaRef, FnDecl, SemaRef.Context.VoidTy, ExpectedFirstParamType, in CheckOperatorDeleteDeclaration()