Lines Matching refs: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
181 Although not explicitly stored as part of the metadata, the predefines buffer
187 is stored within the :ref:`pchinternals-sourcemgr`, but its contents are
214 unique number (allocated starting at 1) stored in the source location. Clang
217 that file ID is stored. The data associated with a file ID is loaded only when
278 Declarations in Clang's abstract syntax trees are stored hierarchically. At
283 and so on. Within Clang, each declaration is stored within a :ref:`declaration
287 iterate over the declarations stored within a context (e.g., iterate over all
292 declarations stored within that declaration context. Therefore, Clang will
295 stored within a declaration context will be deserialized. There are two
319 Statements and expressions are stored in the AST file in both the :ref:`types
322 declaration. The actual statement and expression records are stored
325 will be stored directly following the declaration of the function.
331 expression is stored as a separate record (which keeps most records to a fixed
332 size). Within the AST file, the subexpressions of an expression are stored, in
390 that identifier is stored. This mapping is used when deserializing the name of
424 routines be able to query the AST file to find entities stored there.
450 required, and read the declarations stored within a declaration context
517 stored in the chained precompiled header file and will be loaded along with
543 will be stored for use when the AST file is imported.