Lines Matching refs:getLocEnd
273 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getLocEnd(); in rewriteToPropertyDotSyntax()
303 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getLocEnd(); in rewriteToPropertyDotSyntax()
736 SourceLocation EndOfEnumDclLoc = EnumDcl->getLocEnd(); in rewriteToNSEnumDecl()
746 SourceLocation EndTypedefDclLoc = TypedefDcl->getLocEnd(); in rewriteToNSEnumDecl()
756 EndOfEnumDclLoc = trans::findLocationAfterSemi(EnumDcl->getLocEnd(), NS.getASTContext(), in rewriteToNSEnumDecl()
790 EndLoc = TLoc.getLocEnd(); in rewriteToNSMacroDecl()
804 SourceLocation StartTypedefLoc = EnumDcl->getLocEnd(); in rewriteToNSMacroDecl()
806 SourceLocation EndTypedefLoc = TypedefDcl->getLocEnd(); in rewriteToNSMacroDecl()
837 SourceLocation EndLoc = Enumerator->getLocEnd(); in UseNSOptionsMacro()
1284 commit.insertBefore(OM->getLocEnd(), " NS_RETURNS_INNER_POINTER"); in migrateNsReturnsInnerPointer()
1296 commit.insertBefore(P->getLocEnd(), " NS_RETURNS_INNER_POINTER "); in migratePropertyNsReturnsInnerPointer()
1424 SourceLocation EndLoc = LastFD->getLocEnd(); in AnnotateImplicitBridging()
1501 commit.insertAfterToken(FuncDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()
1630 commit.insertBefore(MethodDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()
1668 commit.insertBefore(MethodDecl->getLocEnd(), " NS_CONSUMES_SELF"); in migrateAddMethodAnnotation()
1746 commit.insert(IFaceM->getLocEnd(), " NS_DESIGNATED_INITIALIZER"); in inferDesignatedInitializers()