Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypeLoc.cpp102 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()
/openbsd-src/gnu/llvm/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.cpp6100 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()
H A DSemaDeclCXX.cpp5957 Visit(TL.getNextTypeLoc(), Sema::AbstractNone); \
5971 if (TypeLoc Next = TL.getNextTypeLoc()) in CheckPolymorphic()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeLoc.h169 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function
299 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function
405 TypeLoc getNextTypeLoc() const { in getNextTypeLoc() function
406 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
475 TypeLoc getNextTypeLoc(HasNoInnerType _) const { return {}; } in getNextTypeLoc() function
477 TypeLoc getNextTypeLoc(QualType T) const { in getNextTypeLoc() function
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp136 auto N = T.getNextTypeLoc(); in VisitTypeLoc()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp5541 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in AddTypeLoc()
H A DASTReader.cpp6909 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in readTypeLoc()