Lines Matching defs:LocEnd
952 SourceLocation LocEnd = Method->getEndLoc();
954 if (SM->getExpansionLineNumber(LocEnd) >
957 ReplaceText(LocEnd, 1, ";\n#endif\n");
1003 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1004 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1008 const char *endBuf = SM->getCharacterData(LocEnd);
1180 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1183 const char *endBuf = SM->getCharacterData(LocEnd);
1193 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1196 const char *endBuf = SM->getCharacterData(LocEnd);
3109 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc();
3112 const char *endBuf = SM->getCharacterData(LocEnd);
3118 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
3213 InsertText(LocEnd.getLocWithOffset(1), ";");
3215 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
3898 SourceLocation LocEnd = CE->getRParenLoc();
3904 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
3908 const char *endBuf = SM->getCharacterData(LocEnd);