Home | History | Annotate | Download | only in Sema

Lines Matching defs:TLB

583     TypeLocBuilder TLB;
586 = TLB.push<InjectedClassNameTypeLoc>(T);
589 RecordTypeLoc RecordTL = TLB.push<RecordTypeLoc>(T);
592 TypedefTypeLoc TypedefTL = TLB.push<TypedefTypeLoc>(T);
595 EnumTypeLoc EnumTL = TLB.push<EnumTypeLoc>(T);
599 = TLB.push<TemplateTypeParmTypeLoc>(T);
603 = TLB.push<UnresolvedUsingTypeLoc>(T);
607 = TLB.push<SubstTemplateTypeParmTypeLoc>(T);
611 = TLB.push<SubstTemplateTypeParmPackTypeLoc>(T);
620 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),
712 TypeLocBuilder TLB;
713 DecltypeTypeLoc DecltypeTL = TLB.push<DecltypeTypeLoc>(T);
715 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),