Home
last modified time | relevance | path

Searched refs:IsVFSMapped (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/Basic/
DFileSystemStatCache.cpp31 Data.IsVFSMapped = Status.IsVFSMapped; in copyStatusToFileData()
DFileManager.cpp291 if (DirInfo != UFE.Dir && Data.IsVFSMapped) in getFile()
DVirtualFileSystem.cpp48 Type(Status.type()), Perms(Status.permissions()), IsVFSMapped(false) {} in Status()
54 Type(Type), Perms(Perms), IsVFSMapped(false) {} in Status()
1508 S.IsVFSMapped = true; in getRedirectedFileStatus()
/external/clang/include/clang/Basic/
DFileSystemStatCache.h39 bool IsVFSMapped; // FIXME: remove this when files support multiple names member
42 InPCH(false), IsVFSMapped(false) {} in FileData()
DVirtualFileSystem.h44 bool IsVFSMapped; // FIXME: remove when files support multiple names
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp737 EXPECT_TRUE(S->IsVFSMapped); in TEST_F()
742 EXPECT_FALSE(SLower->IsVFSMapped); in TEST_F()
750 EXPECT_TRUE(OpenedS->IsVFSMapped); in TEST_F()
/external/llvm-project/clang/lib/Basic/
DFileManager.cpp305 if (&DirInfo.getDirEntry() != UFE.Dir && Status.IsVFSMapped) in getFileRef()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h57 bool IsVFSMapped = false;
/external/llvm-project/llvm/include/llvm/Support/
DVirtualFileSystem.h58 bool IsVFSMapped = false;
/external/llvm-project/llvm/unittests/Support/
DVirtualFileSystemTest.cpp1362 EXPECT_TRUE(S->IsVFSMapped); in TEST_F()
1367 EXPECT_FALSE(SLower->IsVFSMapped); in TEST_F()
1375 EXPECT_TRUE(OpenedS->IsVFSMapped); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1728 S.IsVFSMapped = true; in getRedirectedFileStatus()
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp1812 S.IsVFSMapped = true; in getRedirectedFileStatus()