Handbook
Glossary
clang_getDefinitionSpellingAndExtent ( cursor startBuf endBuf startLine startColumn endLine endColumn -- )
Vocabulary
libclang
.
ffi
Inputs
cursor
an
object
startBuf
an
object
endBuf
an
object
startLine
an
object
startColumn
an
object
endLine
an
object
endColumn
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
libclang.ffi
LIBRARY:
clang
FUNCTION:
void
clang_getDefinitionSpellingAndExtent
(
CXCursor
cursor, char** startBuf, char** endBuf, uint*
startLine, uint* startColumn, uint* endLine, uint* endColumn
)