Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DFileIndex.cpp50 llvm::StringRef Version, bool CollectMainFileRefs) { in indexSymbols() argument
57 CollectorOpts.CollectMainFileRefs = CollectMainFileRefs; in indexSymbols()
H A DSymbolCollector.h86 bool CollectMainFileRefs = false; member
H A DStdLib.cpp240 IndexOpts.CollectMainFileRefs = false; in indexStandardLibrary()
H A DBackground.cpp305 IndexOpts.CollectMainFileRefs = true; in index()
H A DSymbolCollector.cpp604 (!IsMainFileOnly || Opts.CollectMainFileRefs || in handleDeclOccurrence()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSymbolCollectorTests.cpp838 CollectorOpts.CollectMainFileRefs = true; in TEST_F()
871 CollectorOpts.CollectMainFileRefs = true; in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp307 RetiredFlag<bool> CollectMainFileRefs("collect-main-file-refs"); variable