clang.Token

Public Imports

std.range.primitives
public import std.range.primitives : empty, front, back;

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.

Structs

Token
struct Token
Undocumented in source.

Meta

Authors

Wojciech Szęszoł

Version

Initial created: Feb 14, 2016