Lines Matching defs:LocEnd
1111 SourceLocation LocEnd = Method->getEndLoc();
1113 if (SM->getExpansionLineNumber(LocEnd) >
1116 ReplaceText(LocEnd, 1, ";\n#endif\n");
1169 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1170 ReplaceText(LocEnd, strlen("@end"), "/* @end */\n");
1174 const char *endBuf = SM->getCharacterData(LocEnd);
1356 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1359 const char *endBuf = SM->getCharacterData(LocEnd);
1369 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1372 const char *endBuf = SM->getCharacterData(LocEnd);
3886 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc();
3889 const char *endBuf = SM->getCharacterData(LocEnd);
3895 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
3942 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
4713 SourceLocation LocEnd = CE->getRParenLoc();
4719 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
4723 const char *endBuf = SM->getCharacterData(LocEnd);