Lines Matching refs:TFS
140 const ThreadsafeFS &TFS, const Options &Opts, in ClangdServer() argument
142 : ConfigProvider(Opts.ConfigProvider), TFS(TFS), ServerCallbacks(Callbacks), in ClangdServer()
191 TFS, CDB,
209 Inputs.TFS = &TFS; in addDocument()
257 ParseInputs ParseInput{IP->Command, &TFS, IP->Contents.str()}; in codeComplete()
303 ParseInputs ParseInput{IP->Command, &TFS, IP->Contents.str()}; in signatureHelp()
344 TFS.view(/*CWD=*/llvm::None).get()); in formatOnType()
414 *InpAST->Inputs.TFS); in rename()
520 getFormatStyleForFile(File, E.InitialCode, TFS); in applyTweak()
553 std::string(Path), TFS.view(llvm::None))) in switchSourceHeader()
570 format::FormatStyle Style = getFormatStyleForFile(File, Code, TFS); in formatCode()
605 File, InpAST->Inputs.Contents, *InpAST->Inputs.TFS); in findHover()