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()
4603 Visit(TL.getNextTypeLoc().getUnqualifiedLoc()); in VisitElaboratedTypeLoc()4811 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()4824 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()4829 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()4832 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
4590 Visit(TL.getNextTypeLoc(), Sema::AbstractNone); \4604 if (TypeLoc Next = TL.getNextTypeLoc()) in CheckPolymorphic()
145 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function263 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function367 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function368 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()437 TypeLoc getNextTypeLoc(HasNoInnerType _) const { in getNextTypeLoc() function441 TypeLoc getNextTypeLoc(QualType T) const { in getNextTypeLoc() function
4901 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in AddTypeLoc()
5683 for (TypeLoc TL = TInfo->getTypeLoc(); !TL.isNull(); TL = TL.getNextTypeLoc()) in GetTypeSourceInfo()