Home | History | Annotate | Download | only in Sema

Lines Matching refs:TL

2151   TypeLoc TL;
2153 TL = TSInfo->getTypeLoc().getUnqualifiedLoc();
2157 if (TypedefTypeLoc TypedefTL = TL.getAs<TypedefTypeLoc>()) {
2160 TL = InnerTSInfo->getTypeLoc().getUnqualifiedLoc();
2166 if (QualifiedTypeLoc QualifiedTL = TL.getAs<QualifiedTypeLoc>()) {
2167 TL = QualifiedTL.getUnqualifiedLoc();
2174 if (BlockPointerTypeLoc BlockPtr = TL.getAs<BlockPointerTypeLoc>()) {
2175 TL = BlockPtr.getPointeeLoc().IgnoreParens();
2176 Block = TL.getAs<FunctionTypeLoc>();
2177 BlockProto = TL.getAs<FunctionProtoTypeLoc>();