Function mlir_sys::mlirLocationNameGet
source · pub unsafe extern "C" fn mlirLocationNameGet(
context: MlirContext,
name: MlirStringRef,
childLoc: MlirLocation
) -> MlirLocation
Expand description
Creates a name location owned by the given context. Providing null location for childLoc is allowed and if childLoc is null location, then the behavior is the same as having unknown child location.