Handbook
Glossary
clang_getInstantiationLocation ( location file line column offset -- )
Vocabulary
libclang
.
ffi
Inputs
location
an
object
file
an
object
line
an
object
column
an
object
offset
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
libclang.ffi
LIBRARY:
clang
FUNCTION:
void
clang_getInstantiationLocation
(
CXSourceLocation
location, CXFile* file, uint* line, uint*
column, uint* offset )