OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseExternalNames
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp
1230
if (!RE->useExternalName(
UseExternalNames
)) {
1723
if (!parseScalarBool(I.getValue(), FS->
UseExternalNames
))
1794
bool
UseExternalNames
, FileSystem &ExternalFS) {
1797
FS->
UseExternalNames
=
UseExternalNames
;
1835
UseExternalNames
? RedirectingFileSystem::NK_External
1935
static Status getRedirectedFileStatus(const Twine &Path, bool
UseExternalNames
,
1938
if (!
UseExternalNames
)
1951
return getRedirectedFileStatus(Path, RE->useExternalName(
UseExternalNames
),
2038
Path, RE->useExternalName(
UseExternalNames
), *ExternalStatus)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h
793
bool
UseExternalNames
= true;
829
bool
UseExternalNames
, FileSystem &ExternalFS);
876
Optional<bool>
UseExternalNames
;
891
void setUseExternalNames(bool UseExtNames) {
UseExternalNames
= UseExtNames; }
Completed in 18 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026