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 391 ModuleManager ModuleMgr;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 424 ModuleManager &ModuleMgr = Reader.getModuleManager();
425 assert(ModuleMgr.size() >= 1 && "what ASTFile is this then");
431 // Note: ModuleMgr.rbegin() may not be the current module, but it must be in
434 ModuleFile *TopImport = *ModuleMgr.rbegin();
    [all...]
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 146 milliseconds