Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Restriction

2580       if (Module *Restriction = Mod->Exports[I].getPointer())
2581 WildcardRestrictions.push_back(Restriction);
2589 // re-exported by the wildcard restriction.
2602 Module *Restriction = WildcardRestrictions[R];
2603 if (Imported == Restriction || Imported->isSubModuleOf(Restriction)) {