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 260 ModulesInCommonWithGlobalIndex.clear();
268 ModulesInCommonWithGlobalIndex.push_back(Chain[I]);
279 ModulesInCommonWithGlobalIndex.push_back(MF);
352 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) {
353 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I)
355 ModuleFile *M = ModulesInCommonWithGlobalIndex[I];
  /external/clang/include/clang/Serialization/
ModuleManager.h 64 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex;

Completed in 43 milliseconds