Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DModule.cpp209 SmallVector<Module *, 4> WildcardRestrictions; in getExportedModules() local
226 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()