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

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

Completed in 313 milliseconds