Lines Matching defs:TFS
169 bool buildCommand(const ThreadsafeFS &TFS) {
171 DirectoryBasedGlobalCompilationDatabase::Options CDBOpts(TFS);
199 bool buildInvocation(const ThreadsafeFS &TFS,
204 Inputs.TFS = &TFS;
212 if (auto Contents = TFS.view(std::nullopt)->getBufferForFile(File)) {
237 Style = getFormatStyleForFile(File, Inputs.Contents, TFS, false);
462 bool check(llvm::StringRef File, const ThreadsafeFS &TFS,
521 if (!C.buildCommand(TFS) || !C.buildInvocation(TFS, Contents) ||