Searched refs:CollectMainFileRefs (Results 1 – 7 of 7) sorted by relevance
50 llvm::StringRef Version, bool CollectMainFileRefs) { in indexSymbols() argument57 CollectorOpts.CollectMainFileRefs = CollectMainFileRefs; in indexSymbols()
86 bool CollectMainFileRefs = false; member
240 IndexOpts.CollectMainFileRefs = false; in indexStandardLibrary()
305 IndexOpts.CollectMainFileRefs = true; in index()
604 (!IsMainFileOnly || Opts.CollectMainFileRefs || in handleDeclOccurrence()
838 CollectorOpts.CollectMainFileRefs = true; in TEST_F()871 CollectorOpts.CollectMainFileRefs = true; in TEST_F()
307 RetiredFlag<bool> CollectMainFileRefs("collect-main-file-refs"); variable