Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp70 TL = Attr.getModifiedLoc(); in lookForAttribute()
114 Attr.ModifiedType = TL.getModifiedLoc().getType(); in handleAttr()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h868 TypeLoc getModifiedLoc() const { in getModifiedLoc() function
2553 Cur = ATL.getModifiedLoc(); in getAsAdjusted()
H A DRecursiveASTVisitor.h1317 { TRY_TO(TraverseTypeLoc(TL.getModifiedLoc())); })
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp5854 Visit(TL.getModifiedLoc()); in VisitAttributedTypeLoc()
H A DSemaCodeComplete.cpp2796 TL = AttrTL.getModifiedLoc(); in findTypeLocationForBlockDecl()
H A DSemaInit.cpp6993 TL = ATL.getModifiedLoc()) { in implicitObjectParamIsLifetimeBound()
H A DTreeTransform.h6737 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType()
H A DSemaDecl.cpp6465 TL = ATL.getModifiedLoc()) { in checkAttributesAfterMerging()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1669 return Visit(TL.getModifiedLoc()); in VisitAttributedTypeLoc()