Home | History | Annotate | Download | only in Sema

Lines Matching refs:TL

49     bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) {
50 if (TL.getTypePtr()->isParameterPack())
51 Unexpanded.push_back(std::make_pair(TL.getTypePtr(), TL.getNameLoc()));
128 bool TraverseTypeLoc(TypeLoc TL) {
129 if (!TL.getType().isNull() &&
130 TL.getType()->containsUnexpandedParameterPack())
131 return inherited::TraverseTypeLoc(TL);
337 void Sema::collectUnexpandedParameterPacks(TypeLoc TL,
339 CollectUnexpandedParameterPacksVisitor(Unexpanded).TraverseTypeLoc(TL);
426 PackExpansionTypeLoc TL = cast<PackExpansionTypeLoc>(TSResult->getTypeLoc());
427 TL.setEllipsisLoc(EllipsisLoc);
430 memcpy(TL.getNextTypeLoc().getOpaqueData(),