Searched refs:getNextTypeLoc (Results 1 – 9 of 9) sorted by relevance
102 TyLoc = TyLoc.getNextTypeLoc(); in getFullDataSizeForType()115 return TyLoc.getNextTypeLoc(); \140 TL = TLCasted.getNextTypeLoc(); \ in initializeImpl()187 other = other.getNextTypeLoc(); in copy()188 } while ((TL = TL.getNextTypeLoc())); in copy()201 Cur = Cur.getNextTypeLoc(); in getBeginLoc()219 Cur = Cur.getNextTypeLoc(); in getBeginLoc()224 Cur = Cur.getNextTypeLoc(); in getBeginLoc()279 Cur = Cur.getNextTypeLoc(); in getEndLoc()
26 CurTL = CurTL.getNextTypeLoc(); in pushFullCopy()50 for (auto CurTL = L; CurTL; CurTL = CurTL.getNextTypeLoc()) in pushTrivial()87 QualType TLast = TypeLoc(T, nullptr).getNextTypeLoc().getType(); in pushImpl()
6100 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc()6203 Visit(TL.getNextTypeLoc().getUnqualifiedLoc()); in VisitElaboratedTypeLoc()6507 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()6525 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()6532 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()6538 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()6556 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
5957 Visit(TL.getNextTypeLoc(), Sema::AbstractNone); \5971 if (TypeLoc Next = TL.getNextTypeLoc()) in CheckPolymorphic()
118 TL = TL.getNextTypeLoc(); in StartLocationForType()127 TL = TL.getNextTypeLoc(); in EndLocationForType()143 TL = TL.getNextTypeLoc(); in GetNestedNameForType()
169 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function299 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function405 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function406 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()475 TypeLoc getNextTypeLoc(HasNoInnerType _) const { return {}; } in getNextTypeLoc() function477 TypeLoc getNextTypeLoc(QualType T) const { in getNextTypeLoc() function
136 auto N = T.getNextTypeLoc(); in VisitTypeLoc()
5541 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in AddTypeLoc()
6909 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in readTypeLoc()