OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsVFSMapped
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Basic/
FileSystemStatCache.h
39
bool
IsVFSMapped
; // FIXME: remove this when files support multiple names
42
InPCH(false),
IsVFSMapped
(false) {}
VirtualFileSystem.h
44
bool
IsVFSMapped
; // FIXME: remove when files support multiple names
/external/clang/lib/Basic/
FileSystemStatCache.cpp
31
Data.
IsVFSMapped
= Status.
IsVFSMapped
;
FileManager.cpp
291
if (DirInfo != UFE.Dir && Data.
IsVFSMapped
)
VirtualFileSystem.cpp
48
Type(Status.type()), Perms(Status.permissions()),
IsVFSMapped
(false) {}
54
Type(Type), Perms(Perms),
IsVFSMapped
(false) {}
[
all
...]
/external/clang/unittests/Basic/
VirtualFileSystemTest.cpp
737
EXPECT_TRUE(S->
IsVFSMapped
);
742
EXPECT_FALSE(SLower->
IsVFSMapped
);
750
EXPECT_TRUE(OpenedS->
IsVFSMapped
);
[
all
...]
Completed in 261 milliseconds