Searched refs:SearchDirToHSEntry (Results 1 – 2 of 2) sorted by relevance
118 SearchDirToHSEntry = std::move(searchDirToHSEntry); in SetSearchPaths()137 auto UserEntryIdxIt = SearchDirToHSEntry.find(I); in computeUserEntryUsage()139 if (UserEntryIdxIt != SearchDirToHSEntry.end()) in computeUserEntryUsage()764 auto UserEntryIdxIt = SearchDirToHSEntry.find(HitIdx); in noteLookupUsage()765 if (UserEntryIdxIt != SearchDirToHSEntry.end()) in noteLookupUsage()
259 llvm::DenseMap<unsigned, unsigned> SearchDirToHSEntry; variable