Lines Matching defs:Trait
1950 // Trait used for the on-disk hash table of header search information.
3442 // Trait used for the on-disk hash table used in the method pool.
3569 ASTMethodPoolTrait Trait(*this);
3615 Generator.insert(S, Data, Trait);
3624 ASTMethodPoolTrait Trait(*this);
3628 BucketOffset = Generator.Emit(Out, Trait);
3899 ASTIdentifierTableTrait Trait(*this, PP, IdResolver, IsModule,
3913 (Trait.needDecls() &&
3915 Generator.insert(II, ID, Trait);
3927 BucketOffset = Generator.Emit(Out, Trait);
3978 // Trait used for the on-disk hash table used in the method pool.
4168 ASTDeclContextNameLookupTrait Trait(*this);
4311 Generator.insert(Name, Trait.getData(Result), Trait);
4329 Trait.getData(ConstructorDecls), Trait);
4332 Trait.getData(ConversionDecls), Trait);
4337 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr);