Searched refs:HitIdx (Results 1 – 2 of 2) sorted by relevance
829 void noteLookupUsage(unsigned HitIdx, SourceLocation IncludeLoc);
761 void HeaderSearch::noteLookupUsage(unsigned HitIdx, SourceLocation Loc) { in noteLookupUsage() argument762 SearchDirsUsage[HitIdx] = true; in noteLookupUsage()764 auto UserEntryIdxIt = SearchDirToHSEntry.find(HitIdx); in noteLookupUsage()