Home
last modified time | relevance | path

Searched refs:HitIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h829 void noteLookupUsage(unsigned HitIdx, SourceLocation IncludeLoc);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp761 void HeaderSearch::noteLookupUsage(unsigned HitIdx, SourceLocation Loc) { in noteLookupUsage() argument
762 SearchDirsUsage[HitIdx] = true; in noteLookupUsage()
764 auto UserEntryIdxIt = SearchDirToHSEntry.find(HitIdx); in noteLookupUsage()