Searched refs:ExpectedFirstParamType (Results 1 – 1 of 1) sorted by relevance
16135 CanQualType ExpectedFirstParamType, in CheckOperatorNewDeleteTypes() argument16183 if (auto ExpectedPtrTy = ExpectedFirstParamType->getAs<PointerType>()) in CheckOperatorNewDeleteTypes()16184 ExpectedFirstParamType = in CheckOperatorNewDeleteTypes()16190 ExpectedFirstParamType) { in CheckOperatorNewDeleteTypes()16197 << FnDecl->getDeclName() << ExpectedFirstParamType; in CheckOperatorNewDeleteTypes()16249 CanQualType ExpectedFirstParamType = in CheckOperatorDeleteDeclaration() local16258 SemaRef, FnDecl, SemaRef.Context.VoidTy, ExpectedFirstParamType, in CheckOperatorDeleteDeclaration()