Lines Matching refs:Exports
349 Result->Exports.push_back(Module::ExportDecl(nullptr, true));
367 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
368 Module *Mod = Exports[I].getPointer();
369 if (!Exports[I].getInt()) {
382 if (Module *Restriction = Exports[I].getPointer())
541 for (unsigned I = 0, N = Exports.size(); I != N; ++I) {
544 if (Module *Restriction = Exports[I].getPointer()) {
546 if (Exports[I].getInt())
658 SmallVector<Module *, 16> Exports;
659 V.M->getExportedModules(Exports);
660 for (Module *E : Exports) {