Changeset View
Changeset View
Standalone View
Standalone View
clang/lib/Serialization/ASTWriter.cpp
Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | |||||
RegisterPredefDecl(Context.MakeIntegerSeqDecl, | RegisterPredefDecl(Context.MakeIntegerSeqDecl, | ||||
PREDEF_DECL_MAKE_INTEGER_SEQ_ID); | PREDEF_DECL_MAKE_INTEGER_SEQ_ID); | ||||
RegisterPredefDecl(Context.CFConstantStringTypeDecl, | RegisterPredefDecl(Context.CFConstantStringTypeDecl, | ||||
PREDEF_DECL_CF_CONSTANT_STRING_ID); | PREDEF_DECL_CF_CONSTANT_STRING_ID); | ||||
RegisterPredefDecl(Context.CFConstantStringTagDecl, | RegisterPredefDecl(Context.CFConstantStringTagDecl, | ||||
PREDEF_DECL_CF_CONSTANT_STRING_TAG_ID); | PREDEF_DECL_CF_CONSTANT_STRING_TAG_ID); | ||||
RegisterPredefDecl(Context.TypePackElementDecl, | RegisterPredefDecl(Context.TypePackElementDecl, | ||||
PREDEF_DECL_TYPE_PACK_ELEMENT_ID); | PREDEF_DECL_TYPE_PACK_ELEMENT_ID); | ||||
RegisterPredefDecl(Context.DecayDecl, PREDEF_DECL_DECAY_ID); | |||||
// Build a record containing all of the tentative definitions in this file, in | // Build a record containing all of the tentative definitions in this file, in | ||||
// TentativeDefinitions order. Generally, this record will be empty for | // TentativeDefinitions order. Generally, this record will be empty for | ||||
// headers. | // headers. | ||||
RecordData TentativeDefinitions; | RecordData TentativeDefinitions; | ||||
AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); | AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); | ||||
// Build a record containing all of the file scoped decls in this file. | // Build a record containing all of the file scoped decls in this file. | ||||
▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines |