Home | History | Annotate | Download | only in Lex

Lines Matching defs:Excluded

276     // Ignore missing excluded header files. They're optional anyway.
488 bool Excluded = false;
513 Excluded = true;
530 if (Excluded || isHeaderInUmbrellaDirs(File))
1169 // FIXME: Add support for lazily stat'ing umbrella headers and excluded
1451 /// Whether a module uses the 'requires excluded' hack to mark its
1454 /// On older Darwin SDK versions, 'requires excluded' is used to mark the
1455 /// contents of the Darwin.C.excluded (assert.h) and Tcl.Private modules as
2189 /// 1. The use of 'requires excluded' to make headers non-modular, which
2191 /// drop the 'excluded' requirement, and set \p IsRequiresExcludedHack to
2195 /// This affects Darwin.C.excluded (for assert.h) and Tcl.Private.
2201 if (Feature == "excluded" &&
2202 (M->fullModuleNameIs({"Darwin", "C", "excluded"}) ||