Home | History | Annotate | Download | only in docs

Lines Matching full:chained

114 Precompiled headers can be chained.  When you create a PCH while including an
121 mechanisms behind chained precompiled headers are discussed in a :ref:`later
122 section <pchinternals-chained>`.
180 A chained PCH file (that is, one that references another PCH) and a module
185 For chained precompiled headers, the language options, target architecture and
448 .. _pchinternals-chained:
450 Chained precompiled headers
453 Chained precompiled headers were initially intended to improve the performance
464 this case, Clang will create the precompiled preamble as a chained precompiled
469 Chained precompiled headers get their name because each precompiled header can
473 the semantic model of chained precompiled headers, because the most-recent
479 There are several ways in which chained precompiled headers generalize the AST
492 When writing a chained precompiled header, Clang attempts to write only
507 stored in the chained precompiled header file and will be loaded along with
515 Modules generalize the chained precompiled header model yet further, from a
517 (DAG) of AST files. All of the same techniques used to make chained
523 The simple, linear numbering scheme used in chained precompiled headers falls