Lines Matching refs:CurrentEntry
320 CurrentEntry = directory_entry(Iter->path(), Iter->type()); in RealFSDirIter()
326 CurrentEntry = (Iter == llvm::sys::fs::directory_iterator()) in increment()
446 CurrentEntry = directory_entry(); in incrementImpl()
449 CurrentEntry = *CurrentDirIter; in incrementImpl()
450 StringRef Name = llvm::sys::path::filename(CurrentEntry.path()); in incrementImpl()
862 CurrentEntry = directory_entry(Path.str(), Type); in setCurrentEntry()
866 CurrentEntry = directory_entry(); in setCurrentEntry()
1993 CurrentEntry = directory_entry(); in incrementExternal()
1995 CurrentEntry = *ExternalDirIter; in incrementExternal()
2016 CurrentEntry = directory_entry(PathStr.str(), Type); in incrementContent()
2026 if (EC || CurrentEntry.path().empty()) in incrementImpl()
2028 StringRef Name = llvm::sys::path::filename(CurrentEntry.path()); in incrementImpl()