clang-tools 19.0.0git
Static Public Member Functions | Public Attributes | List of all members
clang::clangd::SpelledWord Struct Reference

#include <SourceCode.h>

Static Public Member Functions

static std::optional< SpelledWordtouching (SourceLocation SpelledLoc, const syntax::TokenBuffer &TB, const LangOptions &LangOpts)
 

Public Attributes

SourceLocation Location
 
llvm::StringRef Text
 
bool LikelyIdentifier = false
 
const syntax::Token * PartOfSpelledToken = nullptr
 
const syntax::Token * SpelledToken = nullptr
 
const syntax::Token * ExpandedToken = nullptr
 

Detailed Description

Definition at line 238 of file SourceCode.h.

Member Function Documentation

◆ touching()

std::optional< SpelledWord > clang::clangd::SpelledWord::touching ( SourceLocation  SpelledLoc,
const syntax::TokenBuffer &  TB,
const LangOptions &  LangOpts 
)
static

Definition at line 949 of file SourceCode.cpp.

References Code, E, clang::clangd::isLikelyIdentifier(), and Offset.

Referenced by clang::clangd::locateSymbolAt().

Member Data Documentation

◆ ExpandedToken

const syntax::Token* clang::clangd::SpelledWord::ExpandedToken = nullptr

Definition at line 256 of file SourceCode.h.

◆ LikelyIdentifier

bool clang::clangd::SpelledWord::LikelyIdentifier = false

Definition at line 248 of file SourceCode.h.

◆ Location

SourceLocation clang::clangd::SpelledWord::Location

Definition at line 240 of file SourceCode.h.

◆ PartOfSpelledToken

const syntax::Token* clang::clangd::SpelledWord::PartOfSpelledToken = nullptr

Definition at line 251 of file SourceCode.h.

◆ SpelledToken

const syntax::Token* clang::clangd::SpelledWord::SpelledToken = nullptr

Definition at line 253 of file SourceCode.h.

◆ Text

llvm::StringRef clang::clangd::SpelledWord::Text

Definition at line 243 of file SourceCode.h.


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