Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DBackground.h143 bool CollectMainFileRefs = false; member
197 bool CollectMainFileRefs; variable
DFileIndex.cpp52 llvm::StringRef Version, bool CollectMainFileRefs) { in indexSymbols()
219 SlabTuple indexMainDecls(ParsedAST &AST, bool CollectMainFileRefs) { in indexMainDecls()
409 FileIndex::FileIndex(bool UseDex, bool CollectMainFileRefs) in FileIndex()
DFileIndex.h126 bool CollectMainFileRefs; variable
DSymbolCollector.h82 bool CollectMainFileRefs = false; member
/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.h109 bool CollectMainFileRefs = true; member
/external/llvm-project/clang-tools-extra/clangd/tool/
DClangdMain.cpp493 opt<bool> CollectMainFileRefs{ variable