Lines Matching refs:TL
253 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
255 TL = TL.IgnoreParens(); in fill()
257 if (TypedefTypeLoc *TypedefTL = dyn_cast<TypedefTypeLoc>(&TL)) { in fill()
261 TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill()
265 if (QualifiedTypeLoc *QualifiedTL = dyn_cast<QualifiedTypeLoc>(&TL)) { in fill()
266 TL = QualifiedTL->getUnqualifiedLoc(); in fill()
270 if (PointerTypeLoc *PointerTL = dyn_cast<PointerTypeLoc>(&TL)) { in fill()
271 TL = PointerTL->getPointeeLoc().getUnqualifiedLoc(); in fill()
275 dyn_cast<BlockPointerTypeLoc>(&TL)) { in fill()
276 TL = BlockPointerTL->getPointeeLoc().getUnqualifiedLoc(); in fill()
280 dyn_cast<MemberPointerTypeLoc>(&TL)) { in fill()
281 TL = MemberPointerTL->getPointeeLoc().getUnqualifiedLoc(); in fill()
285 if (FunctionTypeLoc *FTL = dyn_cast<FunctionTypeLoc>(&TL)) { in fill()