libclang v0.2.5 (2019-10-31T15:30:40Z)
Dub
Repo
Token
clang
Undocumented in source.
struct
Token {
mixin
EnumD
!(
"Kind"
,
CXTokenKind
,
"CXToken_"
)
;
Kind
kind
;
string
spelling
;
CXToken
cxToken
;
CXTranslationUnit
cxTU
;
this
(CXToken cxToken, CXTranslationUnit cxTU);
this
(Kind kind, string spelling);
string
toString
();
bool
opEquals
(Token other);
}
Constructors
this
this
(CXToken cxToken, CXTranslationUnit cxTU)
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
cxTU
CXTranslationUnit
cxTU
;
Undocumented in source.
cxToken
CXToken
cxToken
;
Undocumented in source.
kind
Kind
kind
;
Undocumented in source.
spelling
string
spelling
;
Undocumented in source.
Meta
Source
See Implementation
clang
modules
c
static_
util
aliases
CursorVisitor
functions
parse
systemPaths
toString
toStrings
mixins
__anonymous
structs
Cursor
SourceLocation
SourceRange
Token
TranslationUnit
Type