Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:LocEnd

944   SourceLocation LocEnd = Method->getLocEnd();
946 if (SM->getExpansionLineNumber(LocEnd) >
949 ReplaceText(LocEnd, 1, ";\n#endif\n");
1007 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1008 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1012 const char *endBuf = SM->getCharacterData(LocEnd);
1185 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1188 const char *endBuf = SM->getCharacterData(LocEnd);
1200 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1203 const char *endBuf = SM->getCharacterData(LocEnd);
3171 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc();
3174 const char *endBuf = SM->getCharacterData(LocEnd);
3180 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
3275 InsertText(LocEnd.getLocWithOffset(1), ";");
3277 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
3984 SourceLocation LocEnd = CE->getRParenLoc();
3990 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
3994 const char *endBuf = SM->getCharacterData(LocEnd);