Home
last modified time | relevance | path

Searched refs:Redirection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp332 auto &Redirection = in getFileRef() local
336 assert(Redirection.second->V.is<FileEntry *>() && in getFileRef()
338 assert(Redirection.second->V.get<FileEntry *>() == UFE && in getFileRef()
343 NamedFileEnt->second = FileEntryRef::MapValue(Redirection); in getFileRef()
346 NamedFileEnt = &Redirection; in getFileRef()
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp1449 if (Redirection == RedirectKind::RedirectOnly) { in dir_begin()
1465 switch (Redirection) { in dir_begin()
1503 Redirection = Kind; in setRedirection()
2049 FS->Redirection = *Kind; in parse()
2311 if (Redirection == RedirectKind::Fallback) { in status()
2324 if (Redirection == RedirectKind::Fallthrough && in status()
2391 if (Redirection == RedirectKind::Fallback) { in openFileForRead()
2405 if (Redirection == RedirectKind::Fallthrough && in openFileForRead()
2425 if (Redirection == RedirectKind::Fallthrough && in openFileForRead()
2457 if (Redirection == RedirectKind::Fallback) { in getRealPath()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h936 RedirectKind Redirection = RedirectKind::Fallthrough; variable