Handbook
Glossary
clang_createIndex ( excludeDeclarationsFromPCH displayDiagnostics -- CXIndex )
Vocabulary
libclang
.
ffi
Inputs
excludeDeclarationsFromPCH
an
object
displayDiagnostics
an
object
Outputs
CXIndex
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
libclang.ffi
LIBRARY:
clang
FUNCTION:
CXIndex
clang_createIndex
(
int
excludeDeclarationsFromPCH,
int
displayDiagnostics )