Home | History | Annotate | Download | only in Serialization

Lines Matching full:identifier

50     /// \brief An ID number that refers to an identifier in an AST file.
124 /// \brief An ID number that refers to an identifier in an AST file.
127 /// \brief The number of predefined identifier IDs.
326 /// identifier ID.
330 /// NULL-terminated string that corresponds to that identifier.
338 /// \brief Record code for the identifier table.
340 /// The identifier table is a simple blob that contains
343 /// contains the mapping from identifier IDs to the characters
345 /// identifiers are odd, so that, when the identifier offset
347 /// between offsets (for unresolved identifier IDs) and
348 /// IdentifierInfo pointers (for already-resolved identifier
532 /// \brief Mapping table from the identifier ID to the offset of the
533 /// macro directive history for the identifier.
577 /// \brief The macro directives history for a particular identifier.