HomeSort by relevance Sort by last modified time
    Searched defs:ModuleMap (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/renderer/pepper/
host_globals.h 104 typedef std::map<PP_Module, PluginModule*> ModuleMap;
105 ModuleMap module_map_;
  /external/clang/include/clang/Lex/
ModuleMap.h 1 //===--- ModuleMap.h - Describe the layout of modules -----------*- C++ -*-===//
10 // This file defines the ModuleMap interface, which describes the layout of a
39 class ModuleMap {
219 ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags,
225 ~ModuleMap();
309 /// \param ModuleMap The module map that defines or allows the inference of
319 const FileEntry *ModuleMap,
  /external/clang/lib/Frontend/
FrontendActions.cpp 175 ModuleMap &ModMap, clang::Module *Module,
246 const FileEntry *ModuleMap = CI.getFileManager().getFile(Filename);
247 if (!ModuleMap) {
255 if (HS.loadModuleMapFile(ModuleMap, IsSystem))
305 ModuleMapForUniquing = ModuleMap;
306 Module->ModuleMap = ModuleMapForUniquing;
307 assert(Module->ModuleMap && "missing module map file");
  /external/clang/include/clang/Basic/
Module.h 64 /// \c ModuleMap will be globally unique for top-level modules. In the case of
65 /// inferred modules, \c ModuleMap will contain the module map that allowed
68 const FileEntry *ModuleMap;
287 /// For an explanation of \p ModuleMap, see Module::ModuleMap.
289 const FileEntry *ModuleMap, bool IsFramework, bool IsExplicit);
  /external/clang/lib/Lex/
ModuleMap.cpp 1 //===--- ModuleMap.cpp - Describe the layout of modules ---------*- C++ -*-===//
10 // This file defines the ModuleMap implementation, which describes the layout
14 #include "clang/Lex/ModuleMap.h"
39 ModuleMap::resolveExport(Module *Mod,
56 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod,
86 ModuleMap::ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags,
93 ModuleMap::~ModuleMap() {
101 void ModuleMap::setTarget(const TargetInfo &Target)
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1739 milliseconds