clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::SourceParams Struct Reference

#include <FileDistance.h>

Public Attributes

unsigned Cost = 0
 
unsigned MaxUpTraversals = std::numeric_limits<unsigned>::max()
 

Detailed Description

Definition at line 58 of file FileDistance.h.

Member Data Documentation

◆ Cost

unsigned clang::clangd::SourceParams::Cost = 0

Definition at line 60 of file FileDistance.h.

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

◆ MaxUpTraversals

unsigned clang::clangd::SourceParams::MaxUpTraversals = std::numeric_limits<unsigned>::max()

Definition at line 62 of file FileDistance.h.

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


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