Home | History | Annotate | Download | only in Sema

Lines Matching refs:TLB

594     TypeLocBuilder TLB;
597 = TLB.push<InjectedClassNameTypeLoc>(T);
600 RecordTypeLoc RecordTL = TLB.push<RecordTypeLoc>(T);
603 TypedefTypeLoc TypedefTL = TLB.push<TypedefTypeLoc>(T);
606 EnumTypeLoc EnumTL = TLB.push<EnumTypeLoc>(T);
610 = TLB.push<TemplateTypeParmTypeLoc>(T);
614 = TLB.push<UnresolvedUsingTypeLoc>(T);
618 = TLB.push<SubstTemplateTypeParmTypeLoc>(T);
622 = TLB.push<SubstTemplateTypeParmPackTypeLoc>(T);
631 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),
723 TypeLocBuilder TLB;
724 DecltypeTypeLoc DecltypeTL = TLB.push<DecltypeTypeLoc>(T);
726 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T),