Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:LocEnd

965   SourceLocation LocEnd = Method->getLocEnd();
967 if (SM->getExpansionLineNumber(LocEnd) >
970 ReplaceText(LocEnd, 1, ";\n#endif\n");
1038 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1039 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1043 const char *endBuf = SM->getCharacterData(LocEnd);
1246 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1249 const char *endBuf = SM->getCharacterData(LocEnd);
1261 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1264 const char *endBuf = SM->getCharacterData(LocEnd);
3603 SourceLocation LocEnd
3606 const char *endBuf = SM->getCharacterData(LocEnd);
3612 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
3631 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
4440 SourceLocation LocEnd = CE->getRParenLoc();
4446 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
4450 const char *endBuf = SM->getCharacterData(LocEnd);