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