clang_getSpellingLocation ( location file line column offset -- )


Vocabulary
libclang.ffi

Inputs
locationan object
filean object
linean object
columnan object
offsetan object


Outputs
None

Definition


LIBRARY: clang FUNCTION: void clang_getSpellingLocation
( CXSourceLocation location, CXFile* file, uint* line, uint*
column, uint* offset )