Lines Matching refs:FS
57 const ThreadsafeFS &FS, in fromYAMLFile() argument
61 const ThreadsafeFS &FS; in fromYAMLFile() member in clang::clangd::config::Provider::fromYAMLFile::AbsFileProvider
67 Cache.get(FS, DC, P.FreshTime, Trusted, Result); in fromYAMLFile()
73 const ThreadsafeFS &FS, bool Trusted) in fromYAMLFile() argument
74 : Cache(Path, Directory), FS(FS), Trusted(Trusted) { in fromYAMLFile()
79 return std::make_unique<AbsFileProvider>(AbsPath, Directory, FS, Trusted); in fromYAMLFile()
84 const ThreadsafeFS &FS, bool Trusted) { in fromAncestorRelativeYAMLFiles() argument
87 const ThreadsafeFS &FS; in fromAncestorRelativeYAMLFiles() member in clang::clangd::config::Provider::fromAncestorRelativeYAMLFiles::RelFileProvider
130 Cache->get(FS, DC, P.FreshTime, Trusted, Result); in fromAncestorRelativeYAMLFiles()
135 RelFileProvider(llvm::StringRef RelPath, const ThreadsafeFS &FS, in fromAncestorRelativeYAMLFiles() argument
137 : RelPath(RelPath), FS(FS), Trusted(Trusted) { in fromAncestorRelativeYAMLFiles()
142 return std::make_unique<RelFileProvider>(RelPath, FS, Trusted); in fromAncestorRelativeYAMLFiles()