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

  /external/clang/include/clang/Serialization/
ASTReader.h 392 ModuleManager ModuleMgr;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 430 ModuleManager &ModuleMgr = Reader.getModuleManager();
431 assert(ModuleMgr.size() >= 1 && "what ASTFile is this then");
437 // Note: ModuleMgr.rbegin() may not be the current module, but it must be in
440 ModuleFile *TopImport = *ModuleMgr.rbegin();
    [all...]

Completed in 104 milliseconds