Lines Matching refs:SearchDirs
137 for (unsigned Idx = 0, N = SearchDirs.size(); Idx != N; ++Idx) {
138 if (SearchDirs[Idx].isFramework()) {
141 FrameworkDirName += SearchDirs[Idx].getFrameworkDir()->getName();
146 = SearchDirs[Idx].getDirCharacteristic() != SrcMgr::C_User;
156 if (!SearchDirs[Idx].isNormalDir())
160 if (loadModuleMapFile(SearchDirs[Idx].getDir()) == LMM_NewlyLoaded) {
171 NestedModuleMapDirName = SearchDirs[Idx].getDir()->getName();
471 i = FromDir-&SearchDirs[0];
476 // (potentially huge) series of SearchDirs to find it.
494 for (; i != SearchDirs.size(); ++i) {
497 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath,
501 CurDir = &SearchDirs[i];
554 CacheLookup.second = SearchDirs.size();
782 return SearchDirs.capacity()
985 for (unsigned Idx = 0, N = SearchDirs.size(); Idx != N; ++Idx) {
986 if (SearchDirs[Idx].isFramework()) {
989 llvm::sys::path::native(SearchDirs[Idx].getFrameworkDir()->getName(),
993 bool IsSystem = SearchDirs[Idx].getDirCharacteristic() != SrcMgr::C_User;
1011 if (SearchDirs[Idx].isHeaderMap())
1015 loadModuleMapFile(SearchDirs[Idx].getDir());
1021 llvm::sys::path::native(SearchDirs[Idx].getDir()->getName(), DirNative);