Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp272 if (!Status.ExposesExternalVFSPath || Status.getName() == Filename) { in getFileRef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2329 if (ExternalStatus.ExposesExternalVFSPath) in getRedirectedFileStatus()
2336 S.ExposesExternalVFSPath = true; in getRedirectedFileStatus()
2369 if (!Result || Result->ExposesExternalVFSPath) in getExternalStatus()
2443 if (!Result || (*Result)->status()->ExposesExternalVFSPath) in getWithPath()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h70 bool ExposesExternalVFSPath = false; variable