Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DHeaderSearch.h787 void noteLookupUsage(unsigned HitIdx, SourceLocation IncludeLoc);
/openbsd/src/gnu/llvm/clang/lib/Lex/
DHeaderSearch.cpp735 void HeaderSearch::noteLookupUsage(unsigned HitIdx, SourceLocation Loc) { in noteLookupUsage() argument
736 SearchDirsUsage[HitIdx] = true; in noteLookupUsage()
738 auto UserEntryIdxIt = SearchDirToHSEntry.find(HitIdx); in noteLookupUsage()