Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolCollector.h95 bool CollectMainFileRefs = false; member
H A DFileIndex.cpp51 bool CollectMainFileRefs) { in indexSymbols() argument
/llvm-project/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp308 RetiredFlag<bool> CollectMainFileRefs("collect-main-file-refs"); variable