Home
last modified time | relevance | path

Searched refs:DecisionForestBase (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/tool/
DClangdMain.cpp193 opt<float> DecisionForestBase{ variable
197 init(CodeCompleteOptions().DecisionForestBase),
816 Opts.CodeComplete.DecisionForestBase = DecisionForestBase; in main()
/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.h172 float DecisionForestBase = 1.3f; member
DCodeComplete.cpp1660 Quality, Relevance, Opts.DecisionForestBase); in evaluateCompletion()