Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp71 TL = Attr.getModifiedLoc(); in lookForAttribute()
117 Attr.ModifiedType = TL.getModifiedLoc().getType(); in handleAttr()
/external/clang/include/clang/AST/
DTypeLoc.h718 TypeLoc getModifiedLoc() const { in getModifiedLoc() function
DDataRecursiveASTVisitor.h1139 { TRY_TO(TraverseTypeLoc(TL.getModifiedLoc())); })
DRecursiveASTVisitor.h1204 { TRY_TO(TraverseTypeLoc(TL.getModifiedLoc())); })
/external/clang/lib/Sema/
DSemaStmt.cpp2951 TL = ATL.getModifiedLoc().IgnoreParens(); in getReturnTypeLoc()
DSemaType.cpp3533 Visit(TL.getModifiedLoc()); in VisitAttributedTypeLoc()
DTreeTransform.h5379 QualType modifiedType = getDerived().TransformType(TLB, TL.getModifiedLoc()); in TransformAttributedType()
/external/clang/tools/libclang/
DCIndex.cpp1527 return Visit(TL.getModifiedLoc()); in VisitAttributedTypeLoc()