clang-tools 20.0.0git
|
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
ExpectedMatch Candidate |
Definition at line 47 of file FuzzyMatchTests.cpp.
Referenced by clang::tidy::performance::MoveConstructorInitCheck::check(), and clang::tidy::modernize::hasRValueOverload().
std::vector<ExpectedMatch> RankedStrings |
Definition at line 183 of file FuzzyMatchTests.cpp.
std::optional<float> Score |
Definition at line 48 of file FuzzyMatchTests.cpp.
Referenced by clang::clangd::FuzzyMatcher::dumpLast(), clang::clangd::SymbolQualitySignals::evaluateHeuristics(), clang::clangd::SymbolRelevanceSignals::evaluateHeuristics(), clang::clangd::dex::Dex::fuzzyFind(), clang::clangd::MemIndex::fuzzyFind(), clang::clangd::getWorkspaceSymbols(), clang::clangd::locateSymbolTextually(), clang::clangd::FuzzyMatcher::match(), clang::clangd::operator<<(), clang::include_fixer::rank(), clang::clangd::CodeCompletion::render(), and clang::clangd::sortText().
std::string Word |
Definition at line 40 of file FuzzyMatchTests.cpp.
Referenced by clang::clangd::collectWords(), clang::clangd::findNearbyIdentifier(), clang::tidy::readability::IdentifierNamingCheck::fixupWithCase(), clang::tidy::readability::IdentifierNamingCheck::HungarianNotation::getEnumPrefix(), clang::clangd::isLikelyIdentifier(), clang::clangd::locateSymbolAt(), clang::clangd::locateSymbolTextually(), clang::clangd::FuzzyMatcher::match(), and clang::clangd::wordMatching().