clang-tools  7.0.0
Public Member Functions | Public Attributes | List of all members
clang::clangd::SymbolLocation::Position Struct Reference

#include <Index.h>

Collaboration diagram for clang::clangd::SymbolLocation::Position:
[legend]

Public Member Functions

bool operator== (const Position &P) const
 

Public Attributes

uint32_t Line = 0
 
uint32_t Column = 0
 

Detailed Description

Definition at line 29 of file Index.h.

Member Function Documentation

◆ operator==()

bool clang::clangd::SymbolLocation::Position::operator== ( const Position P) const
inline

Definition at line 33 of file Index.h.

References Column, and Line.

Member Data Documentation

◆ Column

uint32_t clang::clangd::SymbolLocation::Position::Column = 0

◆ Line

uint32_t clang::clangd::SymbolLocation::Position::Line = 0

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