Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DQuality.cpp305 SemaSaysInScope = true; in merge()
387 Score *= SemaSaysInScope in evaluateHeuristics()
476 OS << llvm::formatv("\tSema says in scope: {0}\n", S.SemaSaysInScope); in operator <<()
510 E.setSemaSaysInScope(Relevance.SemaSaysInScope); in evaluateDecisionForest()
DQuality.h112 bool SemaSaysInScope = false; member
/external/llvm-project/clang-tools-extra/clangd/unittests/
DQualityTests.cpp260 WithSemaScopeProximity.SemaSaysInScope = true; in TEST()