Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp136 auto UserEntryIdxIt = SearchDirToHSEntry.find(I); in computeUserEntryUsage() local
138 if (UserEntryIdxIt != SearchDirToHSEntry.end()) in computeUserEntryUsage()
139 UserEntryUsage[UserEntryIdxIt->second] = true; in computeUserEntryUsage()
738 auto UserEntryIdxIt = SearchDirToHSEntry.find(HitIdx); in noteLookupUsage() local
739 if (UserEntryIdxIt != SearchDirToHSEntry.end()) in noteLookupUsage()
741 << HSOpts->UserEntries[UserEntryIdxIt->second].Path; in noteLookupUsage()