Lines Matching defs:TLB
654 TypeLocBuilder TLB;
657 TLB.pushTypeSpec(T).setNameLoc(IdInfo.IdentifierLoc);
660 = TLB.push<InjectedClassNameTypeLoc>(T);
663 RecordTypeLoc RecordTL = TLB.push<RecordTypeLoc>(T);
666 TypedefTypeLoc TypedefTL = TLB.push<TypedefTypeLoc>(T);
669 EnumTypeLoc EnumTL = TLB.push<EnumTypeLoc>(T);
673 = TLB.push<TemplateTypeParmTypeLoc>(T);
677 = TLB.push<UnresolvedUsingTypeLoc>(T);
681 = TLB.push<SubstTemplateTypeParmTypeLoc>(T);
685 = TLB.push<SubstTemplateTypeParmPackTypeLoc>(T);
691 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),
737 TypeLocBuilder TLB;
738 TLB.pushTrivial(Context, T, IdInfo.IdentifierLoc);
740 TLB.getTypeLocInContext(Context, T), IdInfo.IdentifierLoc);
804 TypeLocBuilder TLB;
805 DecltypeTypeLoc DecltypeTL = TLB.push<DecltypeTypeLoc>(T);
808 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),
825 TypeLocBuilder TLB;
826 TLB.pushTrivial(getASTContext(),
829 PackIndexingTypeLoc PIT = TLB.push<PackIndexingTypeLoc>(Type);
831 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, Type),