Searched refs:WildcardRestrictions (Results 1 – 1 of 1) sorted by relevance
209 SmallVector<Module *, 4> WildcardRestrictions; in getExportedModules() local226 WildcardRestrictions.push_back(Restriction); in getExportedModules()228 WildcardRestrictions.clear(); in getExportedModules()243 for (unsigned R = 0, NR = WildcardRestrictions.size(); R != NR; ++R) { in getExportedModules()244 Module *Restriction = WildcardRestrictions[R]; in getExportedModules()