Searched refs:CalleeFnProtoType (Results 1 – 1 of 1) sorted by relevance
3581 const auto *CalleeFnProtoType = dyn_cast<FunctionProtoType>(CalleeFnType); in handleCallbackAttr() local3582 if (!CalleeFnProtoType) { in handleCallbackAttr()3588 if (CalleeFnProtoType->getNumParams() > EncodingIndices.size() - 1) { in handleCallbackAttr()3594 if (CalleeFnProtoType->getNumParams() < EncodingIndices.size() - 1) { in handleCallbackAttr()3600 if (CalleeFnProtoType->isVariadic()) { in handleCallbackAttr()