Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DFileManager.cpp237 auto DirInfoOrErr = getDirectoryFromFile(*this, Filename, CacheFailure); in getFileRef() local
238 if (!DirInfoOrErr) { // Directory doesn't exist, file can't exist. in getFileRef()
239 std::error_code Err = errorToErrorCode(DirInfoOrErr.takeError()); in getFileRef()
247 DirectoryEntryRef DirInfo = *DirInfoOrErr; in getFileRef()