Searched refs:TransformedFunction (Results 1 – 1 of 1) sorted by relevance
358 struct TransformedFunction { struct365 TransformedFunction(const TransformedFunction &) = delete;366 TransformedFunction &operator=(const TransformedFunction &) = delete;369 TransformedFunction(TransformedFunction &&) = default;370 TransformedFunction &operator=(TransformedFunction &&) = default;390 transformFunctionAttributes(const TransformedFunction &TransformedFunction, in transformFunctionAttributes() argument395 TransformedFunction.TransformedType->getNumParams()); in transformFunctionAttributes()407 for (unsigned I = TransformedFunction.OriginalType->getNumParams(), in transformFunctionAttributes()526 TransformedFunction getCustomFunctionType(FunctionType *T);907 return TransformedFunction( in getCustomFunctionType()[all …]