Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h213 return HS->SearchDirs[Idx];
268 std::vector<DirectoryLookup> SearchDirs; variable
398 SearchDirs.push_back(dir); in AddSystemSearchPath()
853 SearchDirIterator search_dir_end() { return {*this, SearchDirs.size()}; } in search_dir_end()
860 assert(n < SearchDirs.size()); in search_dir_nth()
868 unsigned search_dir_size() const { return SearchDirs.size(); } in search_dir_size()
882 return {*this, SearchDirs.size()}; in system_dir_end()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp114 SearchDirs = std::move(dirs); in SetSearchPaths()
115 SearchDirsUsage.assign(SearchDirs.size(), false); in SetSearchPaths()
125 SearchDirs.insert(SearchDirs.begin() + idx, dir); in AddSearchPath()
401 llvm::StringMap<unsigned, llvm::BumpPtrAllocator> Index(SearchDirs.size()); in indexInitialHeaderMaps()
404 for (unsigned i = 0; i != SearchDirs.size(); ++i) { in indexInitialHeaderMaps()
405 auto &Dir = SearchDirs[i]; in indexInitialHeaderMaps()
1590 return SearchDirs.capacity() in getTotalMemory()
1598 return &DL - &*SearchDirs.begin(); in searchDirIdx()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h2161 ArrayRef<StringRef> SearchDirs;
2196 SearchDirs = X;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1395 for (const StringRef &Dir : SearchDirs) { in findConfigFile()