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 220 ModulesInCommonWithGlobalIndex.clear();
228 ModulesInCommonWithGlobalIndex.push_back(Chain[I]);
237 ModulesInCommonWithGlobalIndex.push_back(MF);
310 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) {
311 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I)
313 ModuleFile *M = ModulesInCommonWithGlobalIndex[I];
  /external/clang/include/clang/Serialization/
ModuleManager.h 57 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex;

Completed in 428 milliseconds