HomeSort by: relevance | last modified time | path
    Searched refs:ModulesInCommonWithGlobalIndex (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp 330 ModulesInCommonWithGlobalIndex.clear();
338 ModulesInCommonWithGlobalIndex.push_back(&M);
345 ModulesInCommonWithGlobalIndex.push_back(MF);
412 if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) {
413 for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I)
415 ModuleFile *M = ModulesInCommonWithGlobalIndex[I];
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleManager.h 93 SmallVector<ModuleFile *, 4> ModulesInCommonWithGlobalIndex;

Completed in 28 milliseconds