Home
last modified time | relevance | path

Searched refs:getModifiedLoc (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp70 TL = Attr.getModifiedLoc(); in lookForAttribute()
114 Attr.ModifiedType = TL.getModifiedLoc().getType(); in handleAttr()
/llvm-project-15.0.7/clang/unittests/AST/
H A DAttrTest.cpp60 ModifiedTL = AttributedTL.getModifiedLoc().getAs<ModifiedTypeLoc>(); in AssertAnnotatedAs()
/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp459 return attr.getModifiedLoc().findExplicitQualifierLoc(); in findExplicitQualifierLoc()
687 return Visit(T.getModifiedLoc()); in VisitAttributedTypeLoc()
H A DComment.cpp130 return AttributeTL.getModifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp617 ATL = ATL.getModifiedLoc().getAs<AttributedTypeLoc>()) { in getAttributes()
620 assert(!ATL.getModifiedLoc().isNull()); in getAttributes()
H A DSelection.cpp794 S = AT.getModifiedLoc().getSourceRange(); in canSafelySkipNode()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h877 TypeLoc getModifiedLoc() const { in getModifiedLoc() function
2614 Cur = ATL.getModifiedLoc(); in getAsAdjusted()
H A DRecursiveASTVisitor.h1414 { TRY_TO(TraverseTypeLoc(TL.getModifiedLoc())); })
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp5990 Visit(TL.getModifiedLoc()); in VisitAttributedTypeLoc()
H A DSemaInit.cpp7054 TL = ATL.getModifiedLoc()) { in implicitObjectParamIsLifetimeBound()
H A DSemaCodeComplete.cpp2801 TL = AttrTL.getModifiedLoc(); in findTypeLocationForBlockDecl()
H A DTreeTransform.h6853 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType()
H A DSemaDecl.cpp6906 TL = ATL.getModifiedLoc()) { in checkAttributesAfterMerging()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1753 return Visit(TL.getModifiedLoc()); in VisitAttributedTypeLoc()