clang-tools 22.0.0git
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

◆ FileURI

◆ Start


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