Lines Matching defs:TLB
653 TypeLocBuilder TLB;
656 TLB.pushTypeSpec(T).setNameLoc(IdInfo.IdentifierLoc);
659 = TLB.push<InjectedClassNameTypeLoc>(T);
662 RecordTypeLoc RecordTL = TLB.push<RecordTypeLoc>(T);
665 TypedefTypeLoc TypedefTL = TLB.push<TypedefTypeLoc>(T);
668 EnumTypeLoc EnumTL = TLB.push<EnumTypeLoc>(T);
672 = TLB.push<TemplateTypeParmTypeLoc>(T);
676 = TLB.push<UnresolvedUsingTypeLoc>(T);
680 = TLB.push<SubstTemplateTypeParmTypeLoc>(T);
684 = TLB.push<SubstTemplateTypeParmPackTypeLoc>(T);
690 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),
736 TypeLocBuilder TLB;
737 TLB.pushTrivial(Context, T, IdInfo.IdentifierLoc);
739 TLB.getTypeLocInContext(Context, T), IdInfo.IdentifierLoc);
803 TypeLocBuilder TLB;
804 DecltypeTypeLoc DecltypeTL = TLB.push<DecltypeTypeLoc>(T);
807 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),
824 TypeLocBuilder TLB;
825 TLB.pushTrivial(getASTContext(),
828 PackIndexingTypeLoc PIT = TLB.push<PackIndexingTypeLoc>(Type);
830 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, Type),