libclang v0.1.8 (2019-06-01T16:46:58Z)
Dub
Repo
SourceRange
clang
Undocumented in source.
struct
SourceRange {
CXSourceRange
cx
;
string
path
;
SourceLocation
start
;
SourceLocation
end
;
this
(CXSourceRange cx);
string
toString
();
}
Constructors
this
this
(CXSourceRange cx)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cx
CXSourceRange
cx
;
Undocumented in source.
end
SourceLocation
end
;
Undocumented in source.
path
string
path
;
Undocumented in source.
start
SourceLocation
start
;
Undocumented in source.
Meta
Source
See Implementation
clang
modules
c
aliases
CursorVisitor
functions
parse
systemPaths
toString
toStrings
mixins
__anonymous
structs
Cursor
SourceLocation
SourceRange
Token
TranslationUnit
Type
variables
f
gPredefinedCursors
tmpnamBuf
tu