Searched refs:fullModuleNameIs (Results 1 – 3 of 3) sorted by relevance
364 bool fullModuleNameIs(ArrayRef<StringRef> nameParts) const;
143 bool Module::fullModuleNameIs(ArrayRef<StringRef> nameParts) const { in fullModuleNameIs() function in Module
1631 if (Feature == "excluded" && (M->fullModuleNameIs(DarwinCExcluded) || in shouldAddRequirement()1632 M->fullModuleNameIs(TclPrivate))) { in shouldAddRequirement()1635 } else if (Feature == "cplusplus" && M->fullModuleNameIs(IOKitAVC)) { in shouldAddRequirement()