Lines Matching defs:Exports
376 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
416 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
417 Module *Mod = Exports[I].getPointer();
418 if (!Exports[I].getInt()) {
431 if (Module *Restriction = Exports[I].getPointer())
589 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
592 if (Module *Restriction = Exports[I].getPointer()) {
594 if (Exports[I].getInt())
708 SmallVector<Module *, 16> Exports;
709 V.M->getExportedModules(Exports);
710 for (Module *E : Exports) {