Searched refs:PTL (Results 1 – 2 of 2) sorted by relevance
439 while (ParenTypeLoc PTL = TL.getAs<ParenTypeLoc>()) in IgnoreParensImpl() local440 TL = PTL.getInnerLoc(); in IgnoreParensImpl()
2634 if (auto PTL = Cur.getAs<ParenTypeLoc>()) in getAsAdjusted() local2635 Cur = PTL.getInnerLoc(); in getAsAdjusted()