clang.Token

Members

Enums

TokenKind
enum TokenKind
Undocumented in source.

Functions

extent
SourceRange extent(Token[] tokens)
Undocumented in source. Be warned that the author may not have intended to support it.
toD
TokenKind toD(CXTokenKind kind)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

back (from std.range.primitives)
public import std.range.primitives : empty, front, back;
Undocumented in source.
empty (from std.range.primitives)
public import std.range.primitives : empty, front, back;
Undocumented in source.
front (from std.range.primitives)
public import std.range.primitives : empty, front, back;
Undocumented in source.

Structs

Token
struct Token
Undocumented in source.

Meta

Authors

Wojciech Szęszoł

Version

Initial created: Feb 14, 2016