Home
last modified time | relevance | path

Searched defs:CollectMainFileRefs (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.h86 bool CollectMainFileRefs = false; member
H A DFileIndex.cpp50 llvm::StringRef Version, bool CollectMainFileRefs) { in indexSymbols()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp307 RetiredFlag<bool> CollectMainFileRefs("collect-main-file-refs"); variable