Handbook
Glossary
clang_getLocationForOffset ( tu file offset -- CXSourceLocation )
Vocabulary
libclang
.
ffi
Inputs
tu
an
object
file
an
object
offset
an
object
Outputs
CXSourceLocation
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
libclang.ffi
LIBRARY:
clang
FUNCTION:
CXSourceLocation
clang_getLocationForOffset
(
CXTranslationUnit
tu,
CXFile
file,
uint
offset )