Searched refs:TransformedFunction (Results 1 – 1 of 1) sorted by relevance
307 struct TransformedFunction { struct314 TransformedFunction(const TransformedFunction &) = delete;315 TransformedFunction &operator=(const TransformedFunction &) = delete;318 TransformedFunction(TransformedFunction &&) = default;319 TransformedFunction &operator=(TransformedFunction &&) = default;339 transformFunctionAttributes(const TransformedFunction &TransformedFunction, in transformFunctionAttributes() argument344 TransformedFunction.TransformedType->getNumParams()); in transformFunctionAttributes()356 for (unsigned I = TransformedFunction.OriginalType->getNumParams(), in transformFunctionAttributes()474 TransformedFunction getCustomFunctionType(FunctionType *T);858 return TransformedFunction( in getCustomFunctionType()[all …]