Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h391 llvm::DenseMap<unsigned, unsigned> searchDirToHSEntry);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp111 llvm::DenseMap<unsigned int, unsigned int> searchDirToHSEntry) { in SetSearchPaths() argument
118 SearchDirToHSEntry = std::move(searchDirToHSEntry); in SetSearchPaths()