HomeSort by: relevance | last modified time | path
    Searched refs:BuiltModules (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 734 for (auto &Module : BuiltModules)
736 BuiltModules.clear();
1640 const std::map<std::string, std::string, std::less<>> &BuiltModules,
1646 auto BuiltModuleIt = BuiltModules.find(ModuleName);
1647 if (BuiltModuleIt != BuiltModules.end()) {
1682 selectModuleSource(M, ModuleName, ModuleFilename, BuiltModules, HS);
2060 Other.BuiltModules = std::move(BuiltModules);
2065 BuiltModules = std::move(Other.BuiltModules);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 132 std::map<std::string, std::string, std::less<>> BuiltModules;
134 /// Should we delete the BuiltModules when we're done?

Completed in 106 milliseconds