Lines Matching refs:LocEnd
1112 SourceLocation LocEnd = Method->getEndLoc(); in RewriteMethodDeclaration() local
1114 if (SM->getExpansionLineNumber(LocEnd) > in RewriteMethodDeclaration()
1117 ReplaceText(LocEnd, 1, ";\n#endif\n"); in RewriteMethodDeclaration()
1170 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin(); in RewriteProtocolDecl() local
1171 ReplaceText(LocEnd, strlen("@end"), "/* @end */\n"); in RewriteProtocolDecl()
1175 const char *endBuf = SM->getCharacterData(LocEnd); in RewriteProtocolDecl()
1357 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
1360 const char *endBuf = SM->getCharacterData(LocEnd); in RewriteImplementationDecl()
1370 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc(); in RewriteImplementationDecl() local
1373 const char *endBuf = SM->getCharacterData(LocEnd); in RewriteImplementationDecl()
3888 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc(); in RewriteObjCInternalStruct() local
3891 const char *endBuf = SM->getCharacterData(LocEnd); in RewriteObjCInternalStruct()
3897 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts); in RewriteObjCInternalStruct()
3944 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts); in RewriteObjCInternalStruct()
4716 SourceLocation LocEnd = CE->getRParenLoc(); in RewriteCastExpr() local
4722 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd)) in RewriteCastExpr()
4726 const char *endBuf = SM->getCharacterData(LocEnd); in RewriteCastExpr()