Home | History | Annotate | Download | only in src

Lines Matching refs:FuncType

864     FunctionType *FuncType = Func.getFunctionType();
866 Converter.convertToIceType(FuncType->getReturnType()));
867 for (size_t I = 0; I < FuncType->getNumParams(); ++I) {
869 Converter.convertToIceType(FuncType->getParamType(I)));