Lines Matching refs:getLocEnd
264 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getLocEnd(); in rewriteToPropertyDotSyntax()
294 ReceiverIsSuper ? Msg->getSuperLoc() : receiver->getLocEnd(); in rewriteToPropertyDotSyntax()
725 SourceLocation EndOfEnumDclLoc = EnumDcl->getLocEnd(); in rewriteToNSEnumDecl()
735 SourceLocation EndTypedefDclLoc = TypedefDcl->getLocEnd(); in rewriteToNSEnumDecl()
745 EndOfEnumDclLoc = trans::findLocationAfterSemi(EnumDcl->getLocEnd(), NS.getASTContext(), in rewriteToNSEnumDecl()
779 EndLoc = TLoc.getLocEnd(); in rewriteToNSMacroDecl()
793 SourceLocation StartTypedefLoc = EnumDcl->getLocEnd(); in rewriteToNSMacroDecl()
795 SourceLocation EndTypedefLoc = TypedefDcl->getLocEnd(); in rewriteToNSMacroDecl()
826 SourceLocation EndLoc = Enumerator->getLocEnd(); in UseNSOptionsMacro()
1272 commit.insertBefore(OM->getLocEnd(), " NS_RETURNS_INNER_POINTER"); in migrateNsReturnsInnerPointer()
1284 commit.insertBefore(P->getLocEnd(), " NS_RETURNS_INNER_POINTER "); in migratePropertyNsReturnsInnerPointer()
1412 SourceLocation EndLoc = LastFD->getLocEnd(); in AnnotateImplicitBridging()
1487 commit.insertAfterToken(FuncDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()
1613 commit.insertBefore(MethodDecl->getLocEnd(), AnnotationString); in AddCFAnnotations()
1651 commit.insertBefore(MethodDecl->getLocEnd(), " NS_CONSUMES_SELF"); in migrateAddMethodAnnotation()
1728 commit.insert(IFaceM->getLocEnd(), " NS_DESIGNATED_INITIALIZER"); in inferDesignatedInitializers()