Searched refs:CalleeFnProtoType (Results 1 – 1 of 1) sorted by relevance
3713 const auto *CalleeFnProtoType = dyn_cast<FunctionProtoType>(CalleeFnType); in handleCallbackAttr() local3714 if (!CalleeFnProtoType) { in handleCallbackAttr()3720 if (CalleeFnProtoType->getNumParams() > EncodingIndices.size() - 1) { in handleCallbackAttr()3726 if (CalleeFnProtoType->getNumParams() < EncodingIndices.size() - 1) { in handleCallbackAttr()3732 if (CalleeFnProtoType->isVariadic()) { in handleCallbackAttr()