Lines Matching refs:TUScheduler
129 ClangdServer::Options::operator TUScheduler::Options() const { in operator TUScheduler::Options()
130 TUScheduler::Options Opts; in operator TUScheduler::Options()
160 TUScheduler::Options O(Opts); in ClangdServer()
286 ? TUScheduler::Stale in codeComplete()
287 : TUScheduler::StaleOrAbsent, in codeComplete()
311 WorkScheduler.runWithPreamble("SignatureHelp", File, TUScheduler::Stale, in signatureHelp()
483 TUScheduler::InvalidateOnUpdate); in enumerateTweaks()
595 TUScheduler::InvalidateOnUpdate); in findDocumentHighlights()
610 TUScheduler::InvalidateOnUpdate); in findHover()
682 TUScheduler::InvalidateOnUpdate); in documentSymbols()
694 TUScheduler::InvalidateOnUpdate); in foldingRanges()
761 TUScheduler::InvalidateOnUpdate); in documentLinks()
773 TUScheduler::InvalidateOnUpdate); in semanticHighlights()
813 llvm::StringMap<TUScheduler::FileStats> ClangdServer::fileStats() const { in fileStats()