Searched refs:fullModuleNameIs (Results 1 – 7 of 7) sorted by relevance
364 bool fullModuleNameIs(ArrayRef<StringRef> nameParts) const;
512 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()
237 bool Module::fullModuleNameIs(ArrayRef<StringRef> nameParts) const { in fullModuleNameIs() function in Module
2193 (M->fullModuleNameIs({"Darwin", "C", "excluded"}) || in shouldAddRequirement()2194 M->fullModuleNameIs({"Tcl", "Private"}))) { in shouldAddRequirement()2197 } else if (Feature == "cplusplus" && M->fullModuleNameIs({"IOKit", "avc"})) { in shouldAddRequirement()
2485 !Top->fullModuleNameIs(StringRef(getLangOpts().CurrentModule)))) in getLocalOrImportedSubmoduleID()