mlirLocationFileLineColRangeGet

Function mlirLocationFileLineColRangeGet 

Source
pub unsafe extern "C" fn mlirLocationFileLineColRangeGet(
    context: MlirContext,
    filename: MlirStringRef,
    start_line: c_uint,
    start_col: c_uint,
    end_line: c_uint,
    end_col: c_uint,
) -> MlirLocation
Expand description

Creates an File/Line/Column range location owned by the given context.