libclang v0.1.8 (2019-06-01T16:46:58Z)
Dub
Repo
Token
clang
Undocumented in source.
struct
Token {
mixin
EnumD
!(
"Kind"
,
CXTokenKind
,
"CXToken_"
)
;
Kind
kind
;
string
spelling
;
CXToken
cx
;
TranslationUnit
translationUnit
;
this
(CXToken cx, TranslationUnit unit);
this
(Kind kind, string spelling);
string
toString
();
bool
opEquals
(Token other);
}
Constructors
this
this
(CXToken cx, TranslationUnit unit)
Undocumented in source.
this
this
(Kind kind, string spelling)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(Token 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.
Mixins
__anonymous
mixin
EnumD
!(
"Kind"
,
CXTokenKind
,
"CXToken_"
)
Undocumented in source.
Variables
cx
CXToken
cx
;
Undocumented in source.
kind
Kind
kind
;
Undocumented in source.
spelling
string
spelling
;
Undocumented in source.
translationUnit
TranslationUnit
translationUnit
;
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