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

Public Attributes

std::string Name
 
std::optional< std::string > ResolvedScope
 
std::optional< std::string > UnresolvedScope
 

Detailed Description

Definition at line 371 of file clangd/IncludeFixer.cpp.

Member Data Documentation

◆ Name

std::string clang::clangd::CheapUnresolvedName::Name

Definition at line 372 of file clangd/IncludeFixer.cpp.

◆ ResolvedScope

std::optional<std::string> clang::clangd::CheapUnresolvedName::ResolvedScope

Definition at line 376 of file clangd/IncludeFixer.cpp.

◆ UnresolvedScope

std::optional<std::string> clang::clangd::CheapUnresolvedName::UnresolvedScope

Definition at line 381 of file clangd/IncludeFixer.cpp.


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