Lines Matching defs:LocEnd
950 SourceLocation LocEnd = Method->getEndLoc();
952 if (SM->getExpansionLineNumber(LocEnd) >
955 ReplaceText(LocEnd, 1, ";\n#endif\n");
1001 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1002 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1006 const char *endBuf = SM->getCharacterData(LocEnd);
1178 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1181 const char *endBuf = SM->getCharacterData(LocEnd);
1191 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1194 const char *endBuf = SM->getCharacterData(LocEnd);
3095 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc();
3098 const char *endBuf = SM->getCharacterData(LocEnd);
3104 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
3199 InsertText(LocEnd.getLocWithOffset(1), ";");
3201 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
3876 SourceLocation LocEnd = CE->getRParenLoc();
3882 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
3886 const char *endBuf = SM->getCharacterData(LocEnd);