Searched refs:getNextTypeLoc (Results 1 – 7 of 7) sorted by relevance
85 TyLoc = TyLoc.getNextTypeLoc(); in getFullDataSizeForType()97 return TyLoc.getNextTypeLoc(); \121 TL = TLCasted.getNextTypeLoc(); \ in initializeImpl()166 other = other.getNextTypeLoc(); in copy()167 } while ((TL = TL.getNextTypeLoc())); in copy()192 Cur = Cur.getNextTypeLoc(); in getBeginLoc()197 Cur = Cur.getNextTypeLoc(); in getBeginLoc()243 Cur = Cur.getNextTypeLoc(); in getEndLoc()
27 CurTL = CurTL.getNextTypeLoc(); in pushFullCopy()65 QualType TLast = TypeLoc(T, nullptr).getNextTypeLoc().getType(); in pushImpl()
4934 Visit(TL.getNextTypeLoc().getUnqualifiedLoc()); in VisitElaboratedTypeLoc()5155 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()5168 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()5173 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()5176 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
4550 Visit(TL.getNextTypeLoc(), Sema::AbstractNone); \4564 if (TypeLoc Next = TL.getNextTypeLoc()) in CheckPolymorphic()
145 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function271 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function375 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function376 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()445 TypeLoc getNextTypeLoc(HasNoInnerType _) const { in getNextTypeLoc() function449 TypeLoc getNextTypeLoc(QualType T) const { in getNextTypeLoc() function
4933 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in AddTypeLoc()
5962 for (TypeLoc TL = TInfo->getTypeLoc(); !TL.isNull(); TL = TL.getNextTypeLoc()) in GetTypeSourceInfo()