Lines Matching refs:TLB

1118     QualType TransformFunctionProtoType(TypeLocBuilder &TLB,  in TransformFunctionProtoType()  argument
1121 return inherited::TransformFunctionProtoType(TLB, TL); in TransformFunctionProtoType()
1125 QualType TransformFunctionProtoType(TypeLocBuilder &TLB,
1138 QualType TransformTemplateTypeParmType(TypeLocBuilder &TLB,
1144 QualType TransformSubstTemplateTypeParmPackType(TypeLocBuilder &TLB,
1753 QualType TemplateInstantiator::TransformFunctionProtoType(TypeLocBuilder &TLB, in TransformFunctionProtoType() argument
1761 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType()
1778 TemplateInstantiator::TransformTemplateTypeParmType(TypeLocBuilder &TLB, in TransformTemplateTypeParmType() argument
1791 = TLB.push<TemplateTypeParmTypeLoc>(TL.getType()); in TransformTemplateTypeParmType()
1811 auto NewTL = TLB.push<TemplateTypeParmTypeLoc>(NewT); in TransformTemplateTypeParmType()
1827 = TLB.push<SubstTemplateTypeParmPackTypeLoc>(Result); in TransformTemplateTypeParmType()
1844 = TLB.push<SubstTemplateTypeParmTypeLoc>(Result); in TransformTemplateTypeParmType()
1861 TemplateTypeParmTypeLoc NewTL = TLB.push<TemplateTypeParmTypeLoc>(Result); in TransformTemplateTypeParmType()
1868 TypeLocBuilder &TLB, in TransformSubstTemplateTypeParmPackType() argument
1873 = TLB.push<SubstTemplateTypeParmPackTypeLoc>(TL.getType()); in TransformSubstTemplateTypeParmPackType()
1886 = TLB.push<SubstTemplateTypeParmTypeLoc>(Result); in TransformSubstTemplateTypeParmPackType()
2136 TypeLocBuilder TLB; in SubstType() local
2137 TLB.pushFullCopy(TL); in SubstType()
2138 return TLB.getTypeSourceInfo(Context, TL.getType()); in SubstType()
2142 TypeLocBuilder TLB; in SubstType() local
2143 TLB.reserve(TL.getFullDataSize()); in SubstType()
2144 QualType Result = Instantiator.TransformType(TLB, TL); in SubstType()
2148 return TLB.getTypeSourceInfo(Context, Result); in SubstType()
2209 TypeLocBuilder TLB; in SubstFunctionDeclType() local
2212 TLB.reserve(TL.getFullDataSize()); in SubstFunctionDeclType()
2224 TLB, Proto, ThisContext, ThisTypeQuals, in SubstFunctionDeclType()
2228 Result = Instantiator.TransformType(TLB, TL); in SubstFunctionDeclType()
2233 return TLB.getTypeSourceInfo(Context, Result); in SubstFunctionDeclType()