Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp70 TL = Attr.getModifiedLoc(); in lookForAttribute()
114 Attr.ModifiedType = TL.getModifiedLoc().getType(); in handleAttr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp449 return attr.getModifiedLoc().findExplicitQualifierLoc(); in findExplicitQualifierLoc()
672 return Visit(T.getModifiedLoc()); in VisitAttributedTypeLoc()
H A DComment.cpp135 return AttributeTL.getModifiedLoc(); in lookThroughTypedefOrTypeAliasLocs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h868 TypeLoc getModifiedLoc() const { in getModifiedLoc() function
2553 Cur = ATL.getModifiedLoc(); in getAsAdjusted()
H A DRecursiveASTVisitor.h1315 { TRY_TO(TraverseTypeLoc(TL.getModifiedLoc())); })
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5887 Visit(TL.getModifiedLoc()); in VisitAttributedTypeLoc()
H A DSemaInit.cpp6995 TL = ATL.getModifiedLoc()) { in implicitObjectParamIsLifetimeBound()
H A DSemaCodeComplete.cpp2796 TL = AttrTL.getModifiedLoc(); in findTypeLocationForBlockDecl()
H A DTreeTransform.h6760 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType()
H A DSemaDecl.cpp6532 TL = ATL.getModifiedLoc()) { in checkAttributesAfterMerging()