Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp15742 CanQualType ExpectedFirstParamType, in CheckOperatorNewDeleteTypes() argument
15790 if (auto ExpectedPtrTy = ExpectedFirstParamType->getAs<PointerType>()) in CheckOperatorNewDeleteTypes()
15791 ExpectedFirstParamType = in CheckOperatorNewDeleteTypes()
15797 ExpectedFirstParamType) { in CheckOperatorNewDeleteTypes()
15804 << FnDecl->getDeclName() << ExpectedFirstParamType; in CheckOperatorNewDeleteTypes()
15856 CanQualType ExpectedFirstParamType = in CheckOperatorDeleteDeclaration() local
15865 SemaRef, FnDecl, SemaRef.Context.VoidTy, ExpectedFirstParamType, in CheckOperatorDeleteDeclaration()