Handbook
Glossary
with-clang-index ( quot: ( index -- ) -- )
Vocabulary
libclang
Inputs
quot
a
quotation
with stack effect
( index -- )
Outputs
None
Definition
USING:
kernel
libclang.ffi
;
IN:
libclang
:
with-clang-index
( quot: ( index -- ) -- )
[
0 0
clang_createIndex
]
dip
keep
clang_disposeIndex
;
inline