clang_getPresumedLocation ( location filename line column -- )


Vocabulary
libclang.ffi

Inputs
locationan object
filenamean object
linean object
columnan object


Outputs
None

Definition


LIBRARY: clang FUNCTION: void clang_getPresumedLocation
( CXSourceLocation location, CXString* filename, uint* line,
uint* column )