Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp70 TL = Attr.getModifiedLoc(); in lookForAttribute()
114 Attr.ModifiedType = TL.getModifiedLoc().getType(); in handleAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp471 return attr.getModifiedLoc().findExplicitQualifierLoc(); in findExplicitQualifierLoc()
720 return Visit(T.getModifiedLoc()); in VisitAttributedTypeLoc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h889 TypeLoc getModifiedLoc() const { in getModifiedLoc() function
2690 Cur = ATL.getModifiedLoc(); in getAsAdjusted()
H A DRecursiveASTVisitor.h1440 { TRY_TO(TraverseTypeLoc(TL.getModifiedLoc())); })
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCheckExprLifetime.cpp399 TL = ATL.getModifiedLoc()) { in implicitObjectParamIsLifetimeBound()
H A DSemaCodeComplete.cpp2907 TL = AttrTL.getModifiedLoc(); in findTypeLocationForBlockDecl()
6201 Target = A.getModifiedLoc(); in GetPrototypeLoc()
H A DTreeTransform.h7331 QualType modifiedType = TransformModifiedTypeFn(TLB, TL.getModifiedLoc()); in TransformAttributedType()
7358 : TL.getModifiedLoc().getBeginLoc()), in TransformAttributedType()
14598 Params = ATL.getModifiedLoc().castAs<FunctionProtoTypeLoc>().getParams(); in TransformLambdaExpr()
H A DSemaType.cpp5806 Visit(TL.getModifiedLoc()); in VisitAttributedTypeLoc()
H A DSemaDecl.cpp6931 TL = ATL.getModifiedLoc()) { in checkAttributesAfterMerging()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp49 TL = AttrTL.getModifiedLoc(); in findTypeLocForBlockDecl()