Lines Matching refs:TL
238 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
240 TL = TL.IgnoreParens(); in fill()
242 if (QualifiedTypeLoc QualifiedTL = TL.getAs<QualifiedTypeLoc>()) { in fill()
243 TL = QualifiedTL.getUnqualifiedLoc(); in fill()
247 if (PointerTypeLoc PointerTL = TL.getAs<PointerTypeLoc>()) { in fill()
248 TL = PointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
252 if (ReferenceTypeLoc ReferenceTL = TL.getAs<ReferenceTypeLoc>()) { in fill()
253 TL = ReferenceTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
257 if (AdjustedTypeLoc ATL = TL.getAs<AdjustedTypeLoc>()) { in fill()
258 TL = ATL.getOriginalLoc(); in fill()
262 TL.getAs<BlockPointerTypeLoc>()) { in fill()
263 TL = BlockPointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
267 TL.getAs<MemberPointerTypeLoc>()) { in fill()
268 TL = MemberPointerTL.getPointeeLoc().getUnqualifiedLoc(); in fill()
271 if (ElaboratedTypeLoc ETL = TL.getAs<ElaboratedTypeLoc>()) { in fill()
272 TL = ETL.getNamedTypeLoc(); in fill()
276 if (FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>()) { in fill()
283 TL.getAs<TemplateSpecializationTypeLoc>()) { in fill()
294 TypeLoc TL = MaybeFunctionTSI->getTypeLoc().getUnqualifiedLoc(); in fill() local
295 if (FunctionTypeLoc FTL = TL.getAs<FunctionTypeLoc>()) { in fill()