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

/openbsd-current/gnu/llvm/clang/lib/IndexSerialization/
H A DSerializablePathCollection.cpp66 auto DirIt = UniqueDirs.find(Dir); local
67 if (DirIt != UniqueDirs.end())
68 return DirIt->second;
/openbsd-current/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp68 for (llvm::vfs::directory_iterator DirIt = VFS.dir_begin(Directory, EC),
70 !EC && DirIt != DirEnd; DirIt.increment(EC)) {
71 auto Status = VFS.status(DirIt->path());
74 llvm::StringRef CandidateName = llvm::sys::path::filename(DirIt->path());
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A Ddsymutil.cpp153 sys::fs::directory_iterator DirIt(BundlePath, EC);
159 while (DirIt != DirEnd) {
160 Inputs.push_back(DirIt->path());
161 DirIt.increment(EC);

Completed in 86 milliseconds