Lines Matching full:stored
49 headers stored within the PCH file. Thus, a precompiled header design
71 abstract syntax trees and supporting data structures, stored using the same
77 where certain important data structures are stored. The amount of data read in
171 Although not explicitly stored as part of the metadata, the predefines buffer
177 is stored within the :ref:`pchinternals-sourcemgr`, but its contents are
204 unique number (allocated starting at 1) stored in the source location. Clang
207 that file ID is stored. The data associated with a file ID is loaded only when
268 Declarations in Clang's abstract syntax trees are stored hierarchically. At
273 and so on. Within Clang, each declaration is stored within a :ref:`declaration
277 iterate over the declarations stored within a context (e.g., iterate over all
282 declarations stored within that declaration context. Therefore, Clang will
285 stored within a declaration context will be deserialized. There are two
309 Statements and expressions are stored in the AST file in both the :ref:`types
312 declaration. The actual statement and expression records are stored
315 will be stored directly following the declaration of the function.
321 expression is stored as a separate record (which keeps most records to a fixed
322 size). Within the AST file, the subexpressions of an expression are stored, in
380 that identifier is stored. This mapping is used when deserializing the name of
414 routines be able to query the AST file to find entities stored there.
440 required, and read the declarations stored within a declaration context
507 stored in the chained precompiled header file and will be loaded along with
533 will be stored for use when the AST file is imported.