Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:LocEnd

1120   SourceLocation LocEnd = Method->getLocEnd();
1122 if (SM->getExpansionLineNumber(LocEnd) >
1125 ReplaceText(LocEnd, 1, ";\n#endif\n");
1178 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1179 ReplaceText(LocEnd, strlen("@end"), "/* @end */\n");
1183 const char *endBuf = SM->getCharacterData(LocEnd);
1377 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1380 const char *endBuf = SM->getCharacterData(LocEnd);
1388 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1391 const char *endBuf = SM->getCharacterData(LocEnd);
3979 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc();
3982 const char *endBuf = SM->getCharacterData(LocEnd);
3988 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
4035 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
4819 SourceLocation LocEnd = CE->getRParenLoc();
4825 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
4829 const char *endBuf = SM->getCharacterData(LocEnd);