clang-tools 20.0.0git
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
clang::clangd::Token::Range Struct Reference

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
 

Detailed Description

A half-open range of tokens within a stream.

Definition at line 111 of file support/Token.h.

Member Function Documentation

◆ emptyAt()

static Range clang::clangd::Token::Range::emptyAt ( Index  Index)
inlinestatic

Definition at line 116 of file support/Token.h.

◆ size()

uint32_t clang::clangd::Token::Range::size ( ) const
inline

Definition at line 115 of file support/Token.h.

References Begin, and End.

Member Data Documentation

◆ Begin

Index clang::clangd::Token::Range::Begin = 0

◆ End

Index clang::clangd::Token::Range::End = 0

The documentation for this struct was generated from the following file: