Searched refs:TransformedFunction (Results 1 – 1 of 1) sorted by relevance
332 struct TransformedFunction { struct339 TransformedFunction(const TransformedFunction &) = delete;340 TransformedFunction &operator=(const TransformedFunction &) = delete;343 TransformedFunction(TransformedFunction &&) = default;344 TransformedFunction &operator=(TransformedFunction &&) = default;364 transformFunctionAttributes(const TransformedFunction &TransformedFunction, in transformFunctionAttributes() argument369 TransformedFunction.TransformedType->getNumParams()); in transformFunctionAttributes()381 for (unsigned I = TransformedFunction.OriginalType->getNumParams(), in transformFunctionAttributes()492 TransformedFunction getCustomFunctionType(FunctionType *T);840 return TransformedFunction( in getCustomFunctionType()[all …]