Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.cpp34 static bool hasDeclInMainFile(const Decl &D) { in hasDeclInMainFile() function
333 float DeclProximity = (hasDeclInMainFile(*SemaCCResult.Declaration) || in merge()