Lines Matching refs:umbrella
317 ``explicit`` ``link`` ``umbrella``
372 *umbrella-dir-declaration*
455 ``umbrella`` ``header`` *string-literal*
460 …umbrella`` specifier is called an umbrella header. An umbrella header includes all of the headers …
463 Any headers not included by the umbrella header should have
465 ``-Wincomplete-umbrella`` warning option to ask Clang to complain
466 about headers not covered by the umbrella header or the module map.
477 …built, nor will it be considered to be part of the module, even if an ``umbrella`` header or direc…
491 An umbrella directory declaration specifies that all of the headers in the specified directory shou…
495 *umbrella-dir-declaration*:
496 ``umbrella`` *string-literal*
500 …umbrella-dir-declaration* shall not refer to the same directory as the location of an umbrella *he…
504 …es are useful for libraries that have a large number of headers but do not have an umbrella header.
529 …umbrella header or an umbrella directory. The headers to which the *inferred-submodule-declaration…
531 For each header included by the umbrella header or in the umbrella directory that is not named by a…
546 umbrella "MyLib"
722 umbrella header "MyLogger.h"