Lines Matching defs:Table
1466 // Trait used for the on-disk hash table of header search information.
1614 // Create the on-disk hash table in a buffer.
1635 // Write the header search table
1652 /// TODO: We should probably use an on-disk hash table (stored in a
1671 // Write out the source location entry table. We skip the first
1782 // Write the source-location offsets table into the AST block. This
1783 // table is used for lazily loading source-location information.
1802 // Write the line table. It depends on remapping working, so it must come
2078 // Create the on-disk hash table in a buffer.
2089 // Write the macro table
2102 // Write the offsets table for macro IDs.
2198 // Write the offsets table for the preprocessing record.
2202 // Write the offsets table for identifier IDs.
2572 // Write the base specifier offsets table.
2733 // Trait used for the on-disk hash table used in the method pool.
2835 /// in an on-disk hash table indexed by the selector. The hash table also
2849 // Create the on-disk hash table representation. We walk through every
2890 // Create the on-disk hash table in a buffer.
2917 // Create a blob abbreviation for the selector table offsets.
2925 // Write the selector offsets table.
2958 // Identifier Table Serialization
2970 /// table.
3262 /// \brief Write the identifier table into the AST file.
3264 /// The identifier table consists of a blob containing string data
3280 // table to enable checking of the predefines buffer in the case
3288 // Create the on-disk hash table representation. We only store offsets
3294 assert(ID->first && "NULL identifier in identifier table");
3301 // Create the on-disk hash table in a buffer.
3320 // Write the identifier table
3327 // Write the offsets table for identifier IDs.
3349 // DeclContext's Name Lookup Table Serialization
3353 // Trait used for the on-disk hash table used in the method pool.
3480 // FIXME: We need to build the lookups table, which is logically const.
3482 assert(DC == DC->getPrimaryContext() && "only primary DC has lookup table");
3529 // Create the on-disk hash table representation.
3583 // Create the on-disk hash table in a buffer.
3602 // build a visible-declarations table for these entities.
3607 // IdentifierInfo chains, don't bother to build a visible-declarations table.
3621 // Create the on-disk hash table in a buffer.
3625 // Write the lookup table
3648 // Create the on-disk hash table in a buffer.
3652 // Write the lookup table
3913 /// within the identifier table.
3923 /// within the method pool/selector table.
4039 IdentifierTable &Table = PP.getIdentifierTable();
4045 getIdentifierRef(&Table.get(BuiltinNames[I]));
4093 // entire table, since later PCH files in a PCH chain are only interested in