Lines Matching refs:getError
119 return F.getError(); in getBufferForFile()
130 return WorkingDir.getError(); in makeAbsolute()
404 if (Status || Status.getError() != llvm::errc::no_such_file_or_directory) in status()
415 if (Result || Result.getError() != llvm::errc::no_such_file_or_directory) in openFileForRead()
886 return Node.getError(); in status()
893 return Node.getError(); in openFileForRead()
958 EC = Node.getError(); in dir_begin()
1170 return WorkingDir.getError(); in makeAbsolute()
1203 EC = Result.getError(); in dir_begin()
1212 if (shouldFallBackToExternalFS(S.getError(), Result->E)) in dir_begin()
1214 EC = S.getError(); in dir_begin()
1889 if (Result || Result.getError() != llvm::errc::no_such_file_or_directory) in lookupPath()
1929 if (Result || Result.getError() != llvm::errc::no_such_file_or_directory) in lookupPathImpl()
1969 if (shouldFallBackToExternalFS(Result.getError())) in status()
1971 return Result.getError(); in status()
1975 if (!S && shouldFallBackToExternalFS(S.getError(), Result->E)) in status()
2015 if (shouldFallBackToExternalFS(Result.getError())) in openFileForRead()
2017 return Result.getError(); in openFileForRead()
2028 if (shouldFallBackToExternalFS(ExternalFile.getError(), Result->E)) in openFileForRead()
2035 return ExternalStatus.getError(); in openFileForRead()
2055 if (shouldFallBackToExternalFS(Result.getError())) in getRealPath()
2057 return Result.getError(); in getRealPath()