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

#include <SymbolLocation.h>

Classes

struct  Position
 

Public Member Functions

 operator bool () const
 

Public Attributes

Position Start
 The symbol range, using half-open range [Start, End).
 
Position End
 
const char * FileURI = ""
 

Detailed Description

Definition at line 19 of file SymbolLocation.h.

Member Function Documentation

◆ operator bool()

clang::clangd::SymbolLocation::operator bool ( ) const
inlineexplicit

Definition at line 56 of file SymbolLocation.h.

References FileURI.

Member Data Documentation

◆ End

Position clang::clangd::SymbolLocation::End

◆ FileURI

const char* clang::clangd::SymbolLocation::FileURI = ""

◆ Start

Position clang::clangd::SymbolLocation::Start

The symbol range, using half-open range [Start, End).

Definition at line 53 of file SymbolLocation.h.

Referenced by clang::clangd::SymbolCollector::handleMacros(), clang::clangd::operator<(), and clang::clangd::operator==().


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