Home | History | Annotate | Download | only in Lex

Lines Matching refs:SearchDirs

142   for (unsigned Idx = 0, N = SearchDirs.size(); Idx != N; ++Idx) {
143 if (SearchDirs[Idx].isFramework()) {
146 FrameworkDirName += SearchDirs[Idx].getFrameworkDir()->getName();
151 = SearchDirs[Idx].getDirCharacteristic() != SrcMgr::C_User;
161 if (!SearchDirs[Idx].isNormalDir())
164 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory();
166 if (loadModuleMapFile(SearchDirs[Idx].getDir(), IsSystem)
178 NestedModuleMapDirName = SearchDirs[Idx].getDir()->getName();
189 if (SearchDirs[Idx].haveSearchedAllModuleMaps())
194 loadSubdirectoryModuleMaps(SearchDirs[Idx]);
575 i = FromDir-&SearchDirs[0];
580 // (potentially huge) series of SearchDirs to find it.
598 for (; i != SearchDirs.size(); ++i) {
601 SearchDirs[i].LookupFile(Filename, *this, SearchPath, RelativePath,
605 CurDir = &SearchDirs[i];
668 CacheLookup.second = SearchDirs.size();
921 return SearchDirs.capacity()
1108 for (unsigned Idx = 0, N = SearchDirs.size(); Idx != N; ++Idx) {
1109 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory();
1110 if (SearchDirs[Idx].isFramework()) {
1113 llvm::sys::path::native(SearchDirs[Idx].getFrameworkDir()->getName(),
1134 if (SearchDirs[Idx].isHeaderMap())
1138 loadModuleMapFile(SearchDirs[Idx].getDir(), IsSystem);
1142 loadSubdirectoryModuleMaps(SearchDirs[Idx]);
1155 for (unsigned Idx = 0, N = SearchDirs.size(); Idx != N; ++Idx) {
1157 if (!SearchDirs[Idx].isNormalDir() ||
1158 SearchDirs[Idx].getDirCharacteristic() != SrcMgr::C_System) {
1163 loadModuleMapFile(SearchDirs[Idx].getDir(),
1164 SearchDirs[Idx].isSystemHeaderDirectory());