Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp13159 CanQualType ExpectedFirstParamType, in CheckOperatorNewDeleteTypes() argument
13200 << FnDecl->getDeclName() << ExpectedFirstParamType; in CheckOperatorNewDeleteTypes()
13211 ExpectedFirstParamType) in CheckOperatorNewDeleteTypes()
13213 << FnDecl->getDeclName() << ExpectedFirstParamType; in CheckOperatorNewDeleteTypes()
13264 CanQualType ExpectedFirstParamType = in CheckOperatorDeleteDeclaration() local
13273 SemaRef, FnDecl, SemaRef.Context.VoidTy, ExpectedFirstParamType, in CheckOperatorDeleteDeclaration()