Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Frontend/
DCompilerInstance.cpp1334 std::string InferredModuleMapContent; in compileModule() local
1335 llvm::raw_string_ostream OS(InferredModuleMapContent); in compileModule()
1346 llvm::MemoryBuffer::getMemBuffer(InferredModuleMapContent); in compileModule()
1348 FakeModuleMapFile, InferredModuleMapContent.size(), 0); in compileModule()