clang-tools 22.0.0git
|
Public Attributes | |
std::string | Name |
std::optional< std::string > | ResolvedScope |
std::optional< std::string > | UnresolvedScope |
Definition at line 370 of file clangd/IncludeFixer.cpp.
std::string clang::clangd::CheapUnresolvedName::Name |
Definition at line 371 of file clangd/IncludeFixer.cpp.
Referenced by clang::clangd::extractUnresolvedNameCheaply().
std::optional<std::string> clang::clangd::CheapUnresolvedName::ResolvedScope |
Definition at line 375 of file clangd/IncludeFixer.cpp.
Referenced by clang::clangd::extractUnresolvedNameCheaply().
std::optional<std::string> clang::clangd::CheapUnresolvedName::UnresolvedScope |
Definition at line 380 of file clangd/IncludeFixer.cpp.
Referenced by clang::clangd::extractUnresolvedNameCheaply().