Searched refs:SeenDirInsertResult (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp140 auto SeenDirInsertResult = local
142 if (!SeenDirInsertResult.second) {
143 if (SeenDirInsertResult.first->second)
144 return DirectoryEntryRef(&*SeenDirInsertResult.first);
145 return llvm::errorCodeToError(SeenDirInsertResult.first->second.getError());
150 auto &NamedDirEnt = *SeenDirInsertResult.first;

Completed in 115 milliseconds