pub unsafe extern "C" fn mlirLocationFileLineColGet(
    context: MlirContext,
    filename: MlirStringRef,
    line: c_uint,
    col: c_uint
) -> MlirLocation
Expand description

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