Searched refs:shouldUseExternalFS (Results 1 – 2 of 2) sorted by relevance
1242 if (!shouldUseExternalFS()) in dir_begin()1864 return shouldUseExternalFS() && EC == llvm::errc::no_such_file_or_directory; in shouldFallBackToExternalFS()2071 return shouldUseExternalFS() ? ExternalFS->getRealPath(Path, Output) in getRealPath()
738 bool shouldUseExternalFS() const { return IsFallthrough; } in shouldUseExternalFS() function