Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp15801 CanQualType ExpectedFirstParamType, in CheckOperatorNewDeleteTypes() argument
15849 if (auto ExpectedPtrTy = ExpectedFirstParamType->getAs<PointerType>()) in CheckOperatorNewDeleteTypes()
15850 ExpectedFirstParamType = in CheckOperatorNewDeleteTypes()
15856 ExpectedFirstParamType) { in CheckOperatorNewDeleteTypes()
15863 << FnDecl->getDeclName() << ExpectedFirstParamType; in CheckOperatorNewDeleteTypes()
15915 CanQualType ExpectedFirstParamType = in CheckOperatorDeleteDeclaration() local
15924 SemaRef, FnDecl, SemaRef.Context.VoidTy, ExpectedFirstParamType, in CheckOperatorDeleteDeclaration()