Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DQuality.cpp266 computeScope(const NamedDecl *D) { in computeScope() function
320 Scope = std::min(Scope, computeScope(SemaCCResult.Declaration)); in merge()