Lines Matching refs:Table
1451 // Trait used for the on-disk hash table of header search information.
1592 // Create the on-disk hash table in a buffer.
1612 // Write the header search table
1629 /// TODO: We should probably use an on-disk hash table (stored in a
1648 // Write out the source location entry table. We skip the first
1759 // Write the source-location offsets table into the AST block. This
1760 // table is used for lazily loading source-location information.
1779 // Write the line table. It depends on remapping working, so it must come
2054 // Create the on-disk hash table in a buffer.
2064 // Write the macro table
2077 // Write the offsets table for macro IDs.
2173 // Write the offsets table for the preprocessing record.
2177 // Write the offsets table for identifier IDs.
2542 // Write the base specifier offsets table.
2704 // Trait used for the on-disk hash table used in the method pool.
2797 /// in an on-disk hash table indexed by the selector. The hash table also
2811 // Create the on-disk hash table representation. We walk through every
2852 // Create the on-disk hash table in a buffer.
2878 // Create a blob abbreviation for the selector table offsets.
2886 // Write the selector offsets table.
2919 // Identifier Table Serialization
2931 /// table.
3170 /// \brief Write the identifier table into the AST file.
3172 /// The identifier table consists of a blob containing string data
3188 // table to enable checking of the predefines buffer in the case
3196 // Create the on-disk hash table representation. We only store offsets
3202 assert(ID->first && "NULL identifier in identifier table");
3209 // Create the on-disk hash table in a buffer.
3227 // Write the identifier table
3234 // Write the offsets table for identifier IDs.
3256 // DeclContext's Name Lookup Table Serialization
3260 // Trait used for the on-disk hash table used in the method pool.
3387 // build a visible-declarations table for these entities.
3392 // IdentifierInfo chains, don't bother to build a visible-declarations table.
3409 // Create the on-disk hash table representation.
3441 // Create the on-disk hash table in a buffer.
3451 // Write the lookup table
3477 // Create the hash table.
3482 // For any name that appears in this table, the results are complete, i.e.
3488 // Create the on-disk hash table in a buffer.
3498 // Write the lookup table
3727 /// within the identifier table.
3737 /// within the method pool/selector table.
3855 IdentifierTable &Table = PP.getIdentifierTable();
3861 getIdentifierRef(&Table.get(BuiltinNames[I]));
3900 // entire table, since later PCH files in a PCH chain are only interested in