Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp285 GlobalModuleIndex::getKnownModules(SmallVectorImpl<ModuleFile *> &ModuleFiles) { in getKnownModules() argument
286 ModuleFiles.clear(); in getKnownModules()
289 ModuleFiles.push_back(MF); in getKnownModules()
420 ModuleFilesMap ModuleFiles; member in __anonc603cf170511::GlobalModuleIndexBuilder
444 = ModuleFiles.find(File); in getModuleFileInfo()
445 if (Known != ModuleFiles.end()) in getModuleFileInfo()
448 unsigned NewID = ModuleFiles.size(); in getModuleFileInfo()
449 ModuleFileInfo &Info = ModuleFiles[File]; in getModuleFileInfo()
793 for (ModuleFilesMap::iterator M = ModuleFiles.begin(), in writeIndex()
794 MEnd = ModuleFiles.end(); in writeIndex()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h145 void getKnownModules(llvm::SmallVectorImpl<ModuleFile *> &ModuleFiles);
/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h424 std::vector<std::string> ModuleFiles; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp255 Instance.getFrontendOpts().ModuleFiles.clear(); in visitModuleFile()
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp68 FrontendOpts.ModuleFiles, FrontendOpts.ModuleMapFiles); in getCanonicalCommandLine()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp606 CI.getFrontendOpts().ModuleFiles.push_back(MF.FileName); in BeginSourceFile()
916 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) in BeginSourceFile()
H A DCompilerInvocation.cpp2515 for (const auto &ModuleFile : Opts.ModuleFiles) in GenerateFrontendArgs()
2696 Opts.ModuleFiles.push_back(std::string(Val)); in ParseFrontendArgs()