Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp135 auto UserEntryIdxIt = SearchDirToHSEntry.find(I); in computeUserEntryUsage() local
137 if (UserEntryIdxIt != SearchDirToHSEntry.end()) in computeUserEntryUsage()
138 UserEntryUsage[UserEntryIdxIt->second] = true; in computeUserEntryUsage()
740 auto UserEntryIdxIt = SearchDirToHSEntry.find(HitIdx); in noteLookupUsage() local
741 if (UserEntryIdxIt != SearchDirToHSEntry.end()) in noteLookupUsage()
743 << HSOpts->UserEntries[UserEntryIdxIt->second].Path; in noteLookupUsage()