|
clang-tools 23.0.0git
|
Some operations such as code completion produce a set of candidates. More...
Namespaces | |
| namespace | vfs |
| namespace | yaml |
Typedefs | |
| using | DriverArgs = clang::clangd::DriverArgs |
Functions | |
| template<typename T> | |
| static bool | operator== (const llvm::simple_ilist< T > &LHS, const llvm::simple_ilist< T > &RHS) |
| template<typename T> | |
| static bool | operator!= (const llvm::simple_ilist< T > &LHS, const llvm::simple_ilist< T > &RHS) |
| 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 | ( | ) |
|
static |
Definition at line 48 of file YAMLGenerator.cpp.
| 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.
|
static |
Definition at line 36 of file YAMLGenerator.cpp.