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

  /external/clang/lib/Basic/
Module.cpp 192 void Module::getExportedModules(SmallVectorImpl<Module *> &Exported) const {
200 Exported.push_back(Mod);
220 // re-exported by the wildcard restriction.
241 Exported.push_back(Mod);
251 llvm::SmallVector<Module*, 4> Exported;
256 // Every module exported by an imported module is visible.
257 Imports[I]->getExportedModules(Exported);
258 VisibleModulesCache.insert(Exported.begin(), Exported.end());
259 Exported.clear()
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 38 milliseconds