#[no_mangle]
pub extern "C" fn roup_directive_clauses_iter(
directive: *const OmpDirective,
) -> *mut OmpClauseIterator
Expand description
Create an iterator over directive clauses.
Returns NULL if directive is NULL.
Caller must call roup_clause_iterator_free()
.