Searched refs:WildcardRestrictions (Results 1 – 1 of 1) sorted by relevance
254 SmallVector<Module *, 4> WildcardRestrictions; in getExportedModules() local271 WildcardRestrictions.push_back(Restriction); in getExportedModules()273 WildcardRestrictions.clear(); in getExportedModules()288 for (unsigned R = 0, NR = WildcardRestrictions.size(); R != NR; ++R) { in getExportedModules()289 Module *Restriction = WildcardRestrictions[R]; in getExportedModules()