Home | History | Annotate | Download | only in Lex

Lines Matching refs:Excluded

250   bool Excluded = false;
275 Excluded = true;
292 if (Excluded || isHeaderInUmbrellaDirs(File))
1044 /// \brief Whether a module uses the 'requires excluded' hack to mark its
1047 /// On older Darwin SDK versions, 'requires excluded' is used to mark the
1048 /// contents of the Darwin.C.excluded (assert.h) and Tcl.Private modules as
1615 /// 1. The use of 'requires excluded' to make headers non-modular, which
1617 /// drop the 'excluded' requirement, and set \p IsRequiresExcludedHack to
1621 /// This affects Darwin.C.excluded (for assert.h) and Tcl.Private.
1627 static const StringRef DarwinCExcluded[] = {"Darwin", "C", "excluded"};
1631 if (Feature == "excluded" && (M->fullModuleNameIs(DarwinCExcluded) ||
1875 // Ignore excluded header files. They're optional anyway.