Searched refs:CollectorOpts (Results 1 – 2 of 2) sorted by relevance
260 CollectorOpts, PragmaHandler.get());293 SymbolCollector::Options CollectorOpts; member in clang::clangd::__anonea11663d0111::SymbolCollectorTest699 CollectorOpts.RefFilter = RefKind::All; in TEST_F()700 CollectorOpts.CollectMacro = true; in TEST_F()726 CollectorOpts.CollectMainFileRefs = true; in TEST_F()758 CollectorOpts.RefFilter = RefKind::All; in TEST_F()759 CollectorOpts.CollectMainFileRefs = true; in TEST_F()831 CollectorOpts.RefFilter = RefKind::All; in TEST_F()832 CollectorOpts.RefsInHeaders = true; in TEST_F()834 CollectorOpts.CollectMacro = true; in TEST_F()[all …]
53 SymbolCollector::Options CollectorOpts; in indexSymbols() local54 CollectorOpts.CollectIncludePath = true; in indexSymbols()55 CollectorOpts.Includes = &Includes; in indexSymbols()56 CollectorOpts.CountReferences = false; in indexSymbols()57 CollectorOpts.Origin = SymbolOrigin::Dynamic; in indexSymbols()58 CollectorOpts.CollectMainFileRefs = CollectMainFileRefs; in indexSymbols()67 CollectorOpts.RefFilter = RefKind::All; in indexSymbols()70 CollectorOpts.StoreAllDocumentation = false; in indexSymbols()73 CollectorOpts.CollectMacro = true; in indexSymbols()74 CollectorOpts.StoreAllDocumentation = true; in indexSymbols()[all …]