Lines Matching refs:TL
138 QualType TransformTypedefType(TypeLocBuilder &TLB, TypedefTypeLoc TL) { in TransformTypedefType() argument
140 TypedefNameDecl *OrigDecl = TL.getTypedefNameDecl(); in TransformTypedefType()
159 TL.getTypePtr()->isInstantiationDependentType()) { in TransformTypedefType()
186 TypedefTL.setNameLoc(TL.getNameLoc()); in TransformTypedefType()
502 TypeLocBuilder &TLB, FunctionProtoTypeLoc TL, in transformFunctionProtoType()
507 const FunctionProtoType *T = TL.getTypePtr(); in transformFunctionProtoType()
510 for (auto *OldParam : TL.getParams()) { in transformFunctionProtoType()
559 ReturnType, ParamTypes, TL.getBeginLoc(), DeductionGuideName, EPI); in transformFunctionProtoType()
564 NewTL.setLocalRangeBegin(TL.getLocalRangeBegin()); in transformFunctionProtoType()
565 NewTL.setLParenLoc(TL.getLParenLoc()); in transformFunctionProtoType()
566 NewTL.setRParenLoc(TL.getRParenLoc()); in transformFunctionProtoType()
568 NewTL.setLocalRangeEnd(TL.getLocalRangeEnd()); in transformFunctionProtoType()