pub unsafe extern "C" fn mlirRewriterBaseClearInsertionPoint(
rewriter: MlirRewriterBase,
)
Expand description
Reset the insertion point to no location. Creating an operation without a set insertion point is an error, but this can still be useful when the current insertion point a builder refers to is being removed.