Searched refs:statError (Results 1 – 1 of 1) sorted by relevance
118 auto statError = in addAncestorsAsVirtualDirs() local120 if (statError) { in addAncestorsAsVirtualDirs()179 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef() local181 if (statError) { in getDirectoryRef()184 NamedDirEnt.second = statError; in getDirectoryRef()187 return llvm::errorCodeToError(statError); in getDirectoryRef()245 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef() local247 if (statError) { in getFileRef()250 NamedFileEnt->second = statError; in getFileRef()254 return llvm::errorCodeToError(statError); in getFileRef()