Home | History | Annotate | Download | only in Sema

Lines Matching defs:TL

4655   TypeLoc TL = PVD->getTypeSourceInfo()->getTypeLoc();
4656 if (DecayedTypeLoc DTL = TL.getAs<DecayedTypeLoc>())
4657 TL = DTL.getOriginalLoc();
4658 if (ArrayTypeLoc ATL = TL.getAs<ArrayTypeLoc>())