HomeSort by: relevance | last modified time | path
    Searched refs:useExternalName (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 1230 if (!RE->useExternalName(UseExternalNames)) {
1473 auto UseExternalName = RedirectingFileSystem::NK_NotSet;
1558 UseExternalName = Val ? RedirectingFileSystem::NK_External
1578 UseExternalName != RedirectingFileSystem::NK_NotSet) {
1619 LastComponent, std::move(ExternalContentsPath), UseExternalName);
1623 LastComponent, std::move(ExternalContentsPath), UseExternalName);
1951 return getRedirectedFileStatus(Path, RE->useExternalName(UseExternalNames),
2038 Path, RE->useExternalName(UseExternalNames), *ExternalStatus);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 665 bool useExternalName(bool GlobalUseExternalName) const {

Completed in 25 milliseconds