Home
last modified time | relevance | path

Searched defs:IndexResult (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DQuality.cpp188 void SymbolQualitySignals::merge(const Symbol &IndexResult) { in merge() argument
283 void SymbolRelevanceSignals::merge(const Symbol &IndexResult) { in merge() argument
[all...]
H A DCodeComplete.cpp219 const Symbol *IndexResult = nullptr; global() member
1918 __anone5f83fc20d02(const CodeCompletionResult *SemaResult, const Symbol *IndexResult, const RawIdentifier *IdentifierResult) mergeResults() argument
1960 for (const auto &IndexResult : IndexResults) { mergeResults() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5993 Expr::EvalResult IndexResult; checkFormatStringExpr() local