HomeSort by: relevance | last modified time | path
    Searched refs:ModuleMapFileName (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 1600 SmallString<128> ModuleMapFileName(Dir->getName());
1602 llvm::sys::path::append(ModuleMapFileName, "Modules");
1603 llvm::sys::path::append(ModuleMapFileName, "module.modulemap");
1604 if (auto F = FileMgr.getFile(ModuleMapFileName))
1608 ModuleMapFileName = Dir->getName();
1609 llvm::sys::path::append(ModuleMapFileName, "module.map");
1610 if (auto F = FileMgr.getFile(ModuleMapFileName))
1616 ModuleMapFileName = Dir->getName();
1617 llvm::sys::path::append(ModuleMapFileName, "Modules",
1619 if (auto F = FileMgr.getFile(ModuleMapFileName))
    [all...]
ModuleMap.cpp 2169 SmallString<128> ModuleMapFileName;
2171 ModuleMapFileName += Directory->getName();
2172 llvm::sys::path::append(ModuleMapFileName, FileName);
2173 FileNameRef = ModuleMapFileName;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 2042 std::string ModuleMapFileName = (CleanModuleName + ".map").str();
2045 ModuleMapFileName,
2055 ModuleMapFileName, NullTerminatedSource.size(), 0);

Completed in 21 milliseconds