Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1221 std::string InferredModuleMapContent; in compileModule() local
1222 llvm::raw_string_ostream OS(InferredModuleMapContent); in compileModule()
1233 llvm::MemoryBuffer::getMemBuffer(InferredModuleMapContent); in compileModule()
1235 FakeModuleMapFile, InferredModuleMapContent.size(), 0); in compileModule()