Lines Matching defs:Trait
2018 // Trait used for the on-disk hash table of header search information.
3495 // Trait used for the on-disk hash table used in the method pool.
3622 ASTMethodPoolTrait Trait(*this);
3668 Generator.insert(S, Data, Trait);
3677 ASTMethodPoolTrait Trait(*this);
3681 BucketOffset = Generator.Emit(Out, Trait);
3952 ASTIdentifierTableTrait Trait(*this, PP, IdResolver, IsModule,
3966 (Trait.needDecls() &&
3968 Generator.insert(II, ID, Trait);
3980 BucketOffset = Generator.Emit(Out, Trait);
4229 // Trait used for the on-disk hash table used in the method pool.
4438 LazySpecializationInfoLookupTrait Trait(*this);
4473 Generator.insert(HashValue, Trait.getData(Specs, ExisitingSpecs), Trait);
4476 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr);
4547 ASTDeclContextNameLookupTrait</*CollectingTULocal=*/true> Trait(*this);
4690 Generator.insert(Name, Trait.getData(Result), Trait);
4708 Trait.getData(ConstructorDecls), Trait);
4711 Trait.getData(ConversionDecls), Trait);
4716 Generator.emit(LookupTable, Trait, Lookups ? &Lookups->Table : nullptr);
4718 const auto &ModuleLocalDecls = Trait.getModuleLocalDecls();
4739 const auto &TULocalDecls = Trait.getTULocalDecls();