| /llvm-project-15.0.7/clang/unittests/Introspection/ |
| H A D | IntrospectionTest.cpp | 291 …CATION_STDPAIR(MethodDecl, getTypeSourceInfo()->getTypeLoc().getNextTypeLoc().getNextTypeLoc().get… in TEST() 292 …CATION_STDPAIR(MethodDecl, getTypeSourceInfo()->getTypeLoc().getNextTypeLoc().getNextTypeLoc().get… in TEST() 347 …CATION_STDPAIR(MethodDecl, getTypeSourceInfo()->getTypeLoc().getNextTypeLoc().getNextTypeLoc().get… in TEST() 348 …CATION_STDPAIR(MethodDecl, getTypeSourceInfo()->getTypeLoc().getNextTypeLoc().getNextTypeLoc().get… in TEST() 1272 STRING_LOCATION_STDPAIR(TL, getNextTypeLoc().getBeginLoc()), in TEST() 1273 STRING_LOCATION_STDPAIR(TL, getNextTypeLoc().getEndLoc()) in TEST() 1287 STRING_LOCATION_PAIR(TL, getNextTypeLoc().getLocalSourceRange()), in TEST() 1288 STRING_LOCATION_PAIR(TL, getNextTypeLoc().getSourceRange()), in TEST() 1334 STRING_LOCATION_STDPAIR(TL, getNextTypeLoc().getBeginLoc()), in TEST() 1335 STRING_LOCATION_STDPAIR(TL, getNextTypeLoc().getEndLoc()) in TEST() [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 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() 213 Cur = Cur.getNextTypeLoc(); in getBeginLoc() 218 Cur = Cur.getNextTypeLoc(); in getBeginLoc() 273 Cur = Cur.getNextTypeLoc(); in getEndLoc()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TypeLocBuilder.cpp | 26 CurTL = CurTL.getNextTypeLoc(); in pushFullCopy() 64 QualType TLast = TypeLoc(T, nullptr).getNextTypeLoc().getType(); in pushImpl()
|
| H A D | SemaType.cpp | 6006 void VisitPointerTypeLoc(PointerTypeLoc TL) { Visit(TL.getNextTypeLoc()); } in VisitPointerTypeLoc() 6108 Visit(TL.getNextTypeLoc().getUnqualifiedLoc()); in VisitElaboratedTypeLoc() 6424 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator() 6438 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator() 6443 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator() 6447 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator() 6460 CurrTL = TL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator() 6463 CurrTL = CurrTL.getNextTypeLoc().getUnqualifiedLoc(); in GetTypeSourceInfoForDeclarator()
|
| H A D | SemaDeclCXX.cpp | 5910 Visit(TL.getNextTypeLoc(), Sema::AbstractNone); \ 5924 if (TypeLoc Next = TL.getNextTypeLoc()) in CheckPolymorphic()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseAutoCheck.cpp | 379 Q = Q.getNextTypeLoc().getAs<PointerTypeLoc>(); in replaceExpr() 392 Loc = Loc.getNextTypeLoc(); in replaceExpr() 397 Loc = Loc.getNextTypeLoc(); in replaceExpr()
|
| H A D | UseNoexceptCheck.cpp | 74 .getNextTypeLoc() in check()
|
| H A D | UseTransparentFunctorsCheck.cpp | 73 Loc = Loc.getNextTypeLoc(); in getInnerTypeLocAs()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 118 TL = TL.getNextTypeLoc(); in StartLocationForType() 127 TL = TL.getNextTypeLoc(); in EndLocationForType() 143 TL = TL.getNextTypeLoc(); in GetNestedNameForType()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/ |
| H A D | ChangeNamespace.cpp | 42 TLoc = TLoc.getNextTypeLoc(); in startLocationForType() 51 TLoc = TLoc.getNextTypeLoc(); in endLocationForType() 331 Type = Type.getNextTypeLoc(); in isTemplateParameter() 566 Loc = Loc.getNextTypeLoc(); in run()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 169 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
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTTraverserTest.cpp | 275 const auto ATL = TL.getNextTypeLoc().getAs<AttributedTypeLoc>(); in TEST()
|
| H A D | SourceLocationTest.cpp | 893 TL = TL.getNextTypeLoc().IgnoreParens(); in getRange()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | AST.cpp | 578 return getContainedAutoParamType(TL.getNextTypeLoc()); in getContainedAutoParamType()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 136 auto N = T.getNextTypeLoc(); in VisitTypeLoc()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 5370 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in AddTypeLoc()
|
| H A D | ASTReader.cpp | 6869 for (; !TL.isNull(); TL = TL.getNextTypeLoc()) in readTypeLoc()
|