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