Lines Matching refs:LocEnd
1132 SourceLocation LocEnd = Method->getLocEnd(); in RewriteMethodDeclaration() local
1134 if (SM->getExpansionLineNumber(LocEnd) > in RewriteMethodDeclaration()
1137 ReplaceText(LocEnd, 1, ";\n#endif\n"); in RewriteMethodDeclaration()
1190 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1191 ReplaceText(LocEnd, strlen("@end"), "/* @end */\n"); in RewriteProtocolDecl()
1195 const char *endBuf = SM->getCharacterData(LocEnd); in RewriteProtocolDecl()
1389 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local
1392 const char *endBuf = SM->getCharacterData(LocEnd); in RewriteImplementationDecl()
1400 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart(); in RewriteImplementationDecl() local
1403 const char *endBuf = SM->getCharacterData(LocEnd); in RewriteImplementationDecl()
3997 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
4000 const char *endBuf = SM->getCharacterData(LocEnd); in RewriteObjCInternalStruct()
4006 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts); in RewriteObjCInternalStruct()
4053 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts); in RewriteObjCInternalStruct()
4849 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
4855 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd)) in RewriteCastExpr()
4859 const char *endBuf = SM->getCharacterData(LocEnd); in RewriteCastExpr()