Searched refs:TransformedFunction (Results 1 – 1 of 1) sorted by relevance
217 struct TransformedFunction { struct218 TransformedFunction(FunctionType* OriginalType, in TransformedFunction() function226 TransformedFunction(const TransformedFunction&) = delete;227 TransformedFunction& operator=(const TransformedFunction&) = delete;230 TransformedFunction(TransformedFunction&&) = default;231 TransformedFunction& operator=(TransformedFunction&&) = default;251 const TransformedFunction& TransformedFunction, in TransformFunctionAttributes() argument256 TransformedFunction.TransformedType->getNumParams()); in TransformFunctionAttributes()268 for (unsigned i = TransformedFunction.OriginalType->getNumParams(), in TransformFunctionAttributes()363 TransformedFunction getCustomFunctionType(FunctionType *T);[all …]