Searched refs:getNextTypeLoc (Results 1 – 11 of 11) sorted by relevance
104 TyLoc = TyLoc.getNextTypeLoc(); in getFullDataSizeForType()117 return TyLoc.getNextTypeLoc(); \142 TL = TLCasted.getNextTypeLoc(); \ in initializeImpl()189 other = other.getNextTypeLoc(); in copy()190 } while ((TL = TL.getNextTypeLoc())); in copy()203 Cur = Cur.getNextTypeLoc(); in getBeginLoc()221 Cur = Cur.getNextTypeLoc(); in getBeginLoc()226 Cur = Cur.getNextTypeLoc(); in getBeginLoc()281 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()
5901 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc()6008 Visit(TL.getNextTypeLoc().getUnqualifiedLoc()); in VisitElaboratedTypeLoc()6267 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()6291 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()6298 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()6304 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()6322 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6114 Visit(TL.getNextTypeLoc(), Sema::AbstractNone); \6128 if (TypeLoc Next = TL.getNextTypeLoc()) in CheckPolymorphic()
117 TL = TL.getNextTypeLoc(); in StartLocationForType()126 TL = TL.getNextTypeLoc(); in EndLocationForType()142 TL = TL.getNextTypeLoc(); in GetNestedNameForType()
45 PteTyLoc = TyLoc.getNextTypeLoc(); in getPointeeTypeText()
171 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function312 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function419 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function420 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()489 TypeLoc getNextTypeLoc(HasNoInnerType _) const { return {}; } in getNextTypeLoc() function491 TypeLoc getNextTypeLoc(QualType T) const { in getNextTypeLoc() function
206 if (auto Inner = T.getNextTypeLoc()) in Visit()
130 auto N = T.getNextTypeLoc(); in VisitTypeLoc()
6804 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in AddTypeLoc()
7468 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in readTypeLoc()