Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Lex/
HDHeaderSearch.cpp118 SearchDirToHSEntry = std::move(searchDirToHSEntry); in SetSearchPaths()
137 auto UserEntryIdxIt = SearchDirToHSEntry.find(I); in computeUserEntryUsage()
139 if (UserEntryIdxIt != SearchDirToHSEntry.end()) in computeUserEntryUsage()
764 auto UserEntryIdxIt = SearchDirToHSEntry.find(HitIdx); in noteLookupUsage()
765 if (UserEntryIdxIt != SearchDirToHSEntry.end()) in noteLookupUsage()
/freebsd-head/contrib/llvm-project/clang/include/clang/Lex/
HDHeaderSearch.h259 llvm::DenseMap<unsigned, unsigned> SearchDirToHSEntry; variable