Searched refs:DirKeys (Results 1 – 1 of 1) sorted by relevance
601 std::vector<llvm::StringRef> DirKeys; in grabCaches() local603 DirKeys.reserve(Dirs.size() + 1); in grabCaches()606 DirKeys.push_back(E.first()); in grabCaches()613 DirKeys.push_back(ThisDir); in grabCaches()614 auto DirCaches = Parent.getDirectoryCaches(DirKeys); in grabCaches()617 DirKeys.pop_back(); in grabCaches()619 for (unsigned I = 0; I < DirKeys.size(); ++I) { in grabCaches()