reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Serialization/ModuleManager.cpp
  303     ModulesInCommonWithGlobalIndex.clear();
  311       ModulesInCommonWithGlobalIndex.push_back(&M);
  318   ModulesInCommonWithGlobalIndex.push_back(MF);
  385   if (ModuleFilesHit && !ModulesInCommonWithGlobalIndex.empty()) {
  386     for (unsigned I = 0, N = ModulesInCommonWithGlobalIndex.size(); I != N; ++I)
  388       ModuleFile *M = ModulesInCommonWithGlobalIndex[I];