Lines Matching refs: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>`.
190 A chained PCH file (that is, one that references another PCH) and a module
195 For chained precompiled headers, the language options, target architecture and
458 .. _pchinternals-chained:
474 this case, Clang will create the precompiled preamble as a chained precompiled
483 the semantic model of chained precompiled headers, because the most-recent
489 There are several ways in which chained precompiled headers generalize the AST
502 When writing a chained precompiled header, Clang attempts to write only
517 stored in the chained precompiled header file and will be loaded along with
525 Modules generalize the chained precompiled header model yet further, from a
527 (DAG) of AST files. All of the same techniques used to make chained
533 The simple, linear numbering scheme used in chained precompiled headers falls