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
43
bool
IsVFSMapped
; // FIXME: remove when files support multiple names
/external/clang/lib/Basic/
FileSystemStatCache.cpp
31
Data.
IsVFSMapped
= Status.
IsVFSMapped
;
FileManager.cpp
292
if (DirInfo != UFE.Dir && Data.
IsVFSMapped
)
VirtualFileSystem.cpp
45
Type(Status.type()), Perms(Status.permissions()),
IsVFSMapped
(false) {}
51
Type(Type), Perms(Perms),
IsVFSMapped
(false) {}
[
all
...]
/external/clang/unittests/Basic/
VirtualFileSystemTest.cpp
736
EXPECT_TRUE(S->
IsVFSMapped
);
741
EXPECT_FALSE(SLower->
IsVFSMapped
);
749
EXPECT_TRUE(OpenedS->
IsVFSMapped
);
[
all
...]
Completed in 1864 milliseconds