libclang ~master (2021-07-16T08:23:36Z)
Dub
Repo
SourceRange
clang
Undocumented in source.
struct
SourceRange {
import
clang
.
util
:
Lazy
;
;
CXSourceRange
cx
;
mixin
Lazy
!
_start
;
mixin
Lazy
!
_end
;
this
(CXSourceRange cx);
string
path
();
string
toString
();
}
Constructors
this
this
(CXSourceRange cx)
Undocumented in source.
Members
Functions
path
string
path
()
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.
Mixins
__anonymous
mixin
Lazy
!
_start
Undocumented in source.
__anonymous
mixin
Lazy
!
_end
Undocumented in source.
Variables
cx
CXSourceRange
cx
;
Undocumented in source.
Meta
Source
See Implementation
clang
modules
c
static_
util
aliases
CursorVisitor
functions
fileNameToLanguage
parse
systemPaths
toString
toStrings
mixins
__anonymous
structs
Comment
CommentAttribute
CommentAttributes
CommentChildren
Cursor
SourceLocation
SourceRange
Token
TranslationUnit
Type