OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DirectoryRemapEntry
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h
687
class
DirectoryRemapEntry
: public RemapEntry {
689
DirectoryRemapEntry
(StringRef Name, StringRef ExternalContentsPath,
713
/// When the found Entry is a
DirectoryRemapEntry
, stores the path in the
723
/// file system (i.e. it is a FileEntry or
DirectoryRemapEntry
), returns
726
if (isa<
DirectoryRemapEntry
>(E))
805
///
DirectoryRemapEntry
, the path it redirects to in the external file system.
815
/// matched entry and, if the entry was a FileEntry or
DirectoryRemapEntry
,
/src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp
1224
//
DirectoryRemapEntry
or DirectoryEntry.
1431
auto *DR = cast<RedirectingFileSystem::
DirectoryRemapEntry
>(SrcE);
1434
std::make_unique<RedirectingFileSystem::
DirectoryRemapEntry
>(
1622
Result = std::make_unique<RedirectingFileSystem::
DirectoryRemapEntry
>(
1849
// If the matched entry is a
DirectoryRemapEntry
, set ExternalRedirect to the
1852
if (auto *DRE = dyn_cast<RedirectingFileSystem::
DirectoryRemapEntry
>(E)) {
1862
if (E && !isa<RedirectingFileSystem::
DirectoryRemapEntry
>(E))
1920
if (isa<RedirectingFileSystem::
DirectoryRemapEntry
>(From))
2059
// If we found FileEntry or
DirectoryRemapEntry
, look up the mapped
2102
auto *DR = dyn_cast<RedirectingFileSystem::
DirectoryRemapEntry
>(SrcE)
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026