Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1377 SmallString<128> FakeModuleMapFile(Module->Directory->getName()); in compileModule() local
1378 llvm::sys::path::append(FakeModuleMapFile, "__inferred_module.map"); in compileModule()
1387 FrontendInputFile(FakeModuleMapFile, IK, +Module->IsSystem), in compileModule()
1394 FakeModuleMapFile, InferredModuleMapContent.size(), 0); in compileModule()