Home | History | Annotate | Download | only in Lex

Lines Matching refs:ModuleMapFileName

1203   SmallString<128> ModuleMapFileName(Dir->getName());
1205 llvm::sys::path::append(ModuleMapFileName, "Modules");
1206 llvm::sys::path::append(ModuleMapFileName, "module.modulemap");
1207 if (const FileEntry *F = FileMgr.getFile(ModuleMapFileName))
1211 ModuleMapFileName = Dir->getName();
1212 llvm::sys::path::append(ModuleMapFileName, "module.map");
1213 return FileMgr.getFile(ModuleMapFileName);