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