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