Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp15543 CanQualType ExpectedFirstParamType, in CheckOperatorNewDeleteTypes() argument
15591 if (auto ExpectedPtrTy = ExpectedFirstParamType->getAs<PointerType>()) in CheckOperatorNewDeleteTypes()
15592 ExpectedFirstParamType = in CheckOperatorNewDeleteTypes()
15598 ExpectedFirstParamType) { in CheckOperatorNewDeleteTypes()
15605 << FnDecl->getDeclName() << ExpectedFirstParamType; in CheckOperatorNewDeleteTypes()
15657 CanQualType ExpectedFirstParamType = in CheckOperatorDeleteDeclaration() local
15666 SemaRef, FnDecl, SemaRef.Context.VoidTy, ExpectedFirstParamType, in CheckOperatorDeleteDeclaration()