Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Trait

1643   // Trait used for the on-disk hash table of header search information.
2844 // Trait used for the on-disk hash table used in the method pool.
2965 ASTMethodPoolTrait Trait(*this);
3004 Generator.insert(S, Data, Trait);
3012 ASTMethodPoolTrait Trait(*this);
3016 BucketOffset = Generator.Emit(Out, Trait);
3268 ASTIdentifierTableTrait Trait(
3284 if (Trait.isInterestingNonMacroIdentifier(II))
3295 Generator.insert(II, ID, Trait);
3306 BucketOffset = Generator.Emit(Out, Trait);
3351 // Trait used for the on-disk hash table used in the method pool.
3506 ASTDeclContextNameLookupTrait Trait(*this);
3640 Generator.insert(Name, Trait.getData(Result), Trait);
3658 Trait.getData(ConstructorDecls), Trait);
3661 Trait.getData(ConversionDecls), Trait);
3666 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr);