Home
last modified time | relevance | path

Searched defs:FileStatus (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DCachePruning.cpp171 sys::fs::file_status FileStatus; in pruneCache() local
H A DPath.cpp1135 file_status FileStatus; in is_other() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.cpp379 llvm::ErrorOr<llvm::vfs::Status> FileStatus = FS->status(ConfigFile); in tryReadConfigFile() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h538 bool FileStatus = false; member
1633 struct FileStatus { struct
1641 llvm::json::Value toJSON(const FileStatus &); argument
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp169 auto FileStatus = VFS->status(FilePath); in getBufferForFileHandlingRemapping() local
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp1432 fs::file_status FileStatus; in getCrashDiagnosticFile() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp9966 if (auto FileStatus = FS.status(It->path())) in CodeCompleteIncludedFile() local