Searched refs:WildcardRestrictions (Results 1 – 1 of 1) sorted by relevance
387 SmallVector<Module *, 4> WildcardRestrictions; in getExportedModules() local404 WildcardRestrictions.push_back(Restriction); in getExportedModules()406 WildcardRestrictions.clear(); in getExportedModules()421 for (unsigned R = 0, NR = WildcardRestrictions.size(); R != NR; ++R) { in getExportedModules()422 Module *Restriction = WildcardRestrictions[R]; in getExportedModules()