Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h237 std::vector<std::string> ModuleMapFiles; variable
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp376 for (const auto &Filename : getFrontendOpts().ModuleMapFiles) { in createPreprocessor()
H A DCompilerInvocation.cpp883 Opts.ModuleMapFiles = Args.getAllArgValues(OPT_fmodule_map_file); in ParseFrontendArgs()