clang-tools 22.0.0git
llvm::yaml::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.

Member Data Documentation

◆ End

Position clang::clangd::SymbolLocation::End

Definition at line 54 of file SymbolLocation.h.

◆ FileURI

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

Definition at line 64 of file SymbolLocation.h.

◆ Start

Position clang::clangd::SymbolLocation::Start

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

Definition at line 53 of file SymbolLocation.h.


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