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

  /external/clang/lib/Serialization/
ModuleManager.cpp 201 GlobalIndex = Index;
202 if (!GlobalIndex) {
210 if (!GlobalIndex->loadedModuleFile(Chain[I])) {
217 if (!GlobalIndex || GlobalIndex->loadedModuleFile(MF))
224 : FileMgr(FileMgr), GlobalIndex(), FirstVisitState(0) { }
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ModuleManager.h 62 GlobalModuleIndex *GlobalIndex;
ASTReader.h 317 llvm::OwningPtr<GlobalModuleIndex> GlobalIndex;
    [all...]

Completed in 3406 milliseconds