Searched refs:ScopeRefsInFile (Results 1 – 3 of 3) sorted by relevance
293 ScopeRefsInFile = in merge()294 std::max(ScopeRefsInFile, in merge()317 ScopeRefsInFile = std::max( in computeASTSignals()318 ScopeRefsInFile, MainFileSignals->RelatedNamespaces.lookup(Scope)); in computeASTSignals()478 if (ScopeRefsInFile >= 2) { in evaluateHeuristics()480 float S = std::pow(ScopeRefsInFile, -0.10); in evaluateHeuristics()
147 unsigned ScopeRefsInFile = 0; member
57 MATCHER_P(scopeRefs, Refs, "") { return arg.ScopeRefsInFile == Refs; }1172 unsigned ScopeRefsInFile; in TEST() member1180 RecordedCompletions.push_back({CC.Name, R.MainFileRefs, R.ScopeRefsInFile}); in TEST()