clang-tools 22.0.0git
|
Some operations such as code completion produce a set of candidates. More...
Namespaces | |
namespace | vfs |
namespace | yaml |
Classes | |
struct | DenseMapInfo< clang::clangd::Config::ExternalIndexSpec > |
struct | DenseMapInfo< clang::clangd::dex::Token > |
struct | DenseMapInfo< clang::clangd::dex::Trigram > |
struct | DenseMapInfo< clang::clangd::IncludeStructure::HeaderID > |
struct | DenseMapInfo< clang::clangd::Range > |
struct | DenseMapInfo< clang::clangd::RefSlab::Builder::Entry > |
struct | DenseMapInfo< clang::clangd::SymbolID > |
struct | DenseMapInfo< clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck::ClassDefId > |
Specialization of DenseMapInfo to allow ClassDefId objects in DenseMaps FIXME: Move this to the corresponding cpp file as is done for clang-tidy/readability/IdentifierNamingCheck.cpp. More... | |
struct | DenseMapInfo< clang::tidy::RenamerClangTidyCheck::NamingCheckId > |
Specialization of DenseMapInfo to allow NamingCheckId objects in DenseMaps. More... | |
struct | DenseMapInfo< DriverArgs > |
struct | format_provider< clang::clangd::Position > |
class | SmallVectorImpl |
Typedefs | |
using | DriverArgs = clang::clangd::DriverArgs |
Functions | |
int | get_physical_cores () |
raw_ostream & | operator<< (raw_ostream &OS, const clang::clangd::FeatureModuleRegistry::entry &E) |
raw_ostream & | operator<< (raw_ostream &OS, const iterator_range< Registry< clang::clangd::FeatureModule >::iterator > &Rng) |
raw_ostream & | operator<< (raw_ostream &OS, const clang::clangd::Tweak &T) |
Some operations such as code completion produce a set of candidates.
Usually the user can choose between them, but we should put the best options at the top (they're easier to select, and more likely to be seen).
This file defines building blocks for ranking candidates. It's used by the features directly and also in the implementation of indexes, as indexes also need to heuristically limit their results.
The facilities here are:
using llvm::DriverArgs = clang::clangd::DriverArgs |
Definition at line 218 of file SystemIncludeExtractor.cpp.
int llvm::get_physical_cores | ( | ) |
raw_ostream & llvm::operator<< | ( | raw_ostream & | OS, |
const clang::clangd::FeatureModuleRegistry::entry & | E ) |
Definition at line 19 of file FeatureModulesRegistryTests.cpp.
raw_ostream & llvm::operator<< | ( | raw_ostream & | OS, |
const clang::clangd::Tweak & | T ) |
Definition at line 42 of file FeatureModulesRegistryTests.cpp.
raw_ostream & llvm::operator<< | ( | raw_ostream & | OS, |
const iterator_range< Registry< clang::clangd::FeatureModule >::iterator > & | Rng ) |
Definition at line 25 of file FeatureModulesRegistryTests.cpp.