libclang v0.0.8 (2018-08-10T09:59:32Z)
Dub
Repo
SourceLocation
clang
Undocumented in source.
struct
SourceLocation {
CXSourceLocation
cx
;
string
path
;
uint
line
;
uint
column
;
uint
offset
;
this
(CXSourceLocation cx);
int
opCmp
(const(SourceLocation) other);
string
toString
();
}
Constructors
this
this
(CXSourceLocation cx)
Undocumented in source.
Members
Functions
opCmp
int
opCmp
(const(SourceLocation) other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
column
uint
column
;
Undocumented in source.
cx
CXSourceLocation
cx
;
Undocumented in source.
line
uint
line
;
Undocumented in source.
offset
uint
offset
;
Undocumented in source.
path
string
path
;
Undocumented in source.
Meta
Source
See Implementation
clang
modules
c
aliases
CursorVisitor
functions
parse
systemPaths
toString
toStrings
mixins
__anonymous
structs
Cursor
SourceLocation
SourceRange
TranslationUnit
Type