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

  /external/clang/lib/Serialization/
ModuleManager.cpp 203 ModulesInCommonWithGlobalIndex.clear();
211 ModulesInCommonWithGlobalIndex.push_back(Chain[I]);
220 ModulesInCommonWithGlobalIndex.push_back(MF);
293 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) {
294 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I)
296 ModuleFile *M = ModulesInCommonWithGlobalIndex[I];
  /external/clang/include/clang/Serialization/
ModuleManager.h 56 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex;

Completed in 607 milliseconds