Home
last modified time | relevance | path

Searched refs:WildcardRestrictions (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Basic/
DModule.cpp254 SmallVector<Module *, 4> WildcardRestrictions; in getExportedModules() local
271 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()