Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp15338 CanQualType ExpectedFirstParamType, in CheckOperatorNewDeleteTypes() argument
15386 if (auto ExpectedPtrTy = ExpectedFirstParamType->getAs<PointerType>()) in CheckOperatorNewDeleteTypes()
15387 ExpectedFirstParamType = in CheckOperatorNewDeleteTypes()
15393 ExpectedFirstParamType) { in CheckOperatorNewDeleteTypes()
15400 << FnDecl->getDeclName() << ExpectedFirstParamType; in CheckOperatorNewDeleteTypes()
15452 CanQualType ExpectedFirstParamType = in CheckOperatorDeleteDeclaration() local
15461 SemaRef, FnDecl, SemaRef.Context.VoidTy, ExpectedFirstParamType, in CheckOperatorDeleteDeclaration()