Home
last modified time | relevance | path

Searched refs:isRegularFile (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/support/
H A DFileCache.cpp52 if (!Stat || !Stat->isRegularFile()) { in read()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp218 EXPECT_TRUE(Status->isRegularFile()); in TEST()
1126 ASSERT_TRUE(Stat->isRegularFile()); in TEST_F()
1143 ASSERT_TRUE(Stat->isRegularFile()); in TEST_F()
1180 ASSERT_TRUE(Stat->isRegularFile()); in TEST_F()
1195 ASSERT_TRUE(Stat->isRegularFile()); in TEST_F()
1210 ASSERT_TRUE(Stat->isRegularFile()); in TEST_F()
1220 ASSERT_TRUE(Stat->isRegularFile()); in TEST_F()
1366 EXPECT_TRUE(Stat->isRegularFile()); in TEST_F()
1376 EXPECT_TRUE(Stat->isRegularFile()); in TEST_F()
1388 EXPECT_TRUE(Stat->isRegularFile()); in TEST_F()
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DStdLib.cpp331 Stat.isRegularFile()) in add()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileSystem.cpp195 if (!find_files && Status->isRegularFile()) in EnumerateDirectory()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Draw_ostream.h519 bool isRegularFile() const { return IsRegularFile; } in isRegularFile() function
H A DVirtualFileSystem.h105 bool isRegularFile() const;
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.cpp381 if (!FileStatus || !FileStatus->isRegularFile()) in tryReadConfigFile()
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp917 if (!isRegularFile()) in raw_fd_stream()
H A DVirtualFileSystem.cpp100 bool Status::isRegularFile() const { return Type == file_type::regular_file; } in isRegularFile() function in Status
103 return exists() && !isRegularFile() && !isDirectory() && !isSymlink(); in isOther()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp208 if (!Stat || !Stat->isRegularFile()) { in load()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp692 if (Status->isRegularFile()) in CanReuse()