Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp104 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()
/freebsd/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.cpp5901 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()
H A DSemaDeclCXX.cpp6114 Visit(TL.getNextTypeLoc(), Sema::AbstractNone); \
6128 if (TypeLoc Next = TL.getNextTypeLoc()) in CheckPolymorphic()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp117 TL = TL.getNextTypeLoc(); in StartLocationForType()
126 TL = TL.getNextTypeLoc(); in EndLocationForType()
142 TL = TL.getNextTypeLoc(); in GetNestedNameForType()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DFixitUtil.cpp45 PteTyLoc = TyLoc.getNextTypeLoc(); in getPointeeTypeText()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h171 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function
312 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function
419 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function
420 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
489 TypeLoc getNextTypeLoc(HasNoInnerType _) const { return {}; } in getNextTypeLoc() function
491 TypeLoc getNextTypeLoc(QualType T) const { in getNextTypeLoc() function
H A DASTNodeTraverser.h206 if (auto Inner = T.getNextTypeLoc()) in Visit()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp130 auto N = T.getNextTypeLoc(); in VisitTypeLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6804 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in AddTypeLoc()
H A DASTReader.cpp7468 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in readTypeLoc()