clang-tools 20.0.0git
|
A half-open range of tokens within a stream. More...
#include <Token.h>
Public Member Functions | |
uint32_t | size () const |
Static Public Member Functions | |
static Range | emptyAt (Index Index) |
Public Attributes | |
Index | Begin = 0 |
Index | End = 0 |
A half-open range of tokens within a stream.
Definition at line 111 of file support/Token.h.
Definition at line 116 of file support/Token.h.
|
inline |
Definition at line 115 of file support/Token.h.
Index clang::clangd::Token::Range::Begin = 0 |
Definition at line 112 of file support/Token.h.
Referenced by clang::clangd::operator<<(), size(), and clang::clangd::TokenStream::tokens().
Index clang::clangd::Token::Range::End = 0 |
Definition at line 113 of file support/Token.h.
Referenced by clang::clangd::operator<<(), size(), and clang::clangd::TokenStream::tokens().