Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1808 const auto *DeleteFTy = DeleteFD->getType()->castAs<FunctionProtoType>(); in EmitDeleteCall() local
1812 auto ParamTypeIt = DeleteFTy->param_type_begin(); in EmitDeleteCall()
1861 assert(ParamTypeIt == DeleteFTy->param_type_end() && in EmitDeleteCall()
1865 EmitNewDeleteCall(*this, DeleteFD, DeleteFTy, DeleteArgs); in EmitDeleteCall()