Searched refs:convertFunctionTypeInternal (Results 1 – 2 of 2) sorted by relevance
75 mlir::Type convertFunctionTypeInternal(clang::QualType ft);
65 mlir::Type CIRGenTypes::convertFunctionTypeInternal(QualType qft) { in convertFunctionTypeInternal() function in CIRGenTypes472 resultType = convertFunctionTypeInternal(type); in convertType()