Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.h84 bool CollectMainFileSymbols = true; member
H A DStdLib.cpp239 IndexOpts.CollectMainFileSymbols = false; in indexStandardLibrary()
H A DSymbolCollector.cpp475 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in shouldCollectSymbol()
727 if (IsMainFileOnly && !Opts.CollectMainFileSymbols) in handleMacroOccurrence()