Lines Matching refs:TLB

791     QualType TransformFunctionProtoType(TypeLocBuilder &TLB,  in TransformFunctionProtoType()  argument
794 return inherited::TransformFunctionProtoType(TLB, TL); in TransformFunctionProtoType()
798 QualType TransformFunctionProtoType(TypeLocBuilder &TLB,
811 QualType TransformTemplateTypeParmType(TypeLocBuilder &TLB,
817 QualType TransformSubstTemplateTypeParmPackType(TypeLocBuilder &TLB,
1305 QualType TemplateInstantiator::TransformFunctionProtoType(TypeLocBuilder &TLB, in TransformFunctionProtoType() argument
1313 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType()
1326 TemplateInstantiator::TransformTemplateTypeParmType(TypeLocBuilder &TLB, in TransformTemplateTypeParmType() argument
1339 = TLB.push<TemplateTypeParmTypeLoc>(TL.getType()); in TransformTemplateTypeParmType()
1357 = TLB.push<SubstTemplateTypeParmPackTypeLoc>(Result); in TransformTemplateTypeParmType()
1374 = TLB.push<SubstTemplateTypeParmTypeLoc>(Result); in TransformTemplateTypeParmType()
1394 TemplateTypeParmTypeLoc NewTL = TLB.push<TemplateTypeParmTypeLoc>(Result); in TransformTemplateTypeParmType()
1401 TypeLocBuilder &TLB, in TransformSubstTemplateTypeParmPackType() argument
1406 = TLB.push<SubstTemplateTypeParmPackTypeLoc>(TL.getType()); in TransformSubstTemplateTypeParmPackType()
1419 = TLB.push<SubstTemplateTypeParmTypeLoc>(Result); in TransformSubstTemplateTypeParmPackType()
1482 TypeLocBuilder TLB; in SubstType() local
1483 TLB.pushFullCopy(TL); in SubstType()
1484 return TLB.getTypeSourceInfo(Context, TL.getType()); in SubstType()
1488 TypeLocBuilder TLB; in SubstType() local
1489 TLB.reserve(TL.getFullDataSize()); in SubstType()
1490 QualType Result = Instantiator.TransformType(TLB, TL); in SubstType()
1494 return TLB.getTypeSourceInfo(Context, Result); in SubstType()
1565 TypeLocBuilder TLB; in SubstFunctionDeclType() local
1568 TLB.reserve(TL.getFullDataSize()); in SubstFunctionDeclType()
1580 TLB, Proto, ThisContext, ThisTypeQuals, in SubstFunctionDeclType()
1584 Result = Instantiator.TransformType(TLB, TL); in SubstFunctionDeclType()
1589 return TLB.getTypeSourceInfo(Context, Result); in SubstFunctionDeclType()