Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16135 CanQualType ExpectedFirstParamType, in CheckOperatorNewDeleteTypes() argument
16183 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() local
16258 SemaRef, FnDecl, SemaRef.Context.VoidTy, ExpectedFirstParamType, in CheckOperatorDeleteDeclaration()