Home
last modified time | relevance | path

Searched refs:getNextTypeLoc (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp103 TyLoc = TyLoc.getNextTypeLoc(); in getFullDataSizeForType()
116 return TyLoc.getNextTypeLoc(); \
141 TL = TLCasted.getNextTypeLoc(); \ in initializeImpl()
188 other = other.getNextTypeLoc(); in copy()
189 } while ((TL = TL.getNextTypeLoc())); in copy()
202 Cur = Cur.getNextTypeLoc(); in getBeginLoc()
220 Cur = Cur.getNextTypeLoc(); in getBeginLoc()
225 Cur = Cur.getNextTypeLoc(); in getBeginLoc()
280 Cur = Cur.getNextTypeLoc(); in getEndLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.cpp26 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()
H A DSemaType.cpp6250 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc()
6353 Visit(TL.getNextTypeLoc().getUnqualifiedLoc()); in VisitElaboratedTypeLoc()
6660 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6684 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6691 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6697 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
6715 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
H A DSemaDeclCXX.cpp6149 Visit(TL.getNextTypeLoc(), Sema::AbstractNone); \
6163 if (TypeLoc Next = TL.getNextTypeLoc()) in CheckPolymorphic()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp118 TL = TL.getNextTypeLoc(); in StartLocationForType()
127 TL = TL.getNextTypeLoc(); in EndLocationForType()
143 TL = TL.getNextTypeLoc(); in GetNestedNameForType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h170 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function
305 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function
411 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function
412 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
481 TypeLoc getNextTypeLoc(HasNoInnerType _) const { return {}; } in getNextTypeLoc() function
483 TypeLoc getNextTypeLoc(QualType T) const { in getNextTypeLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp136 auto N = T.getNextTypeLoc(); in VisitTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1605 PteTyLoc = TyLoc.getNextTypeLoc(); in getPointeeTypeText()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5645 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in AddTypeLoc()
H A DASTReader.cpp7112 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in readTypeLoc()