Handbook
Glossary
with-clang-default-translation-unit ( path quot: ( tu path -- ) -- )
Vocabulary
libclang
Inputs
path
an
object
quot
a
quotation
with stack effect
( tu path -- )
Outputs
None
Definition
USING:
kernel
libclang.ffi
;
IN:
libclang
:
with-clang-default-translation-unit
( path quot: ( tu path -- ) -- )
dupd
curry
[
[
f
0
f
0
CXTranslationUnit_None
]
curry
]
dip
[
with-clang-translation-unit
]
curry
compose
with-clang-index
;
inline