Lines Matching defs:LocEnd
1110 SourceLocation LocEnd = Method->getEndLoc();
1112 if (SM->getExpansionLineNumber(LocEnd) >
1115 ReplaceText(LocEnd, 1, ";\n#endif\n");
1168 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1169 ReplaceText(LocEnd, strlen("@end"), "/* @end */\n");
1173 const char *endBuf = SM->getCharacterData(LocEnd);
1355 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1358 const char *endBuf = SM->getCharacterData(LocEnd);
1368 SourceLocation LocEnd = OMD->getCompoundBody()->getBeginLoc();
1371 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);
4697 SourceLocation LocEnd = CE->getRParenLoc();
4703 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
4707 const char *endBuf = SM->getCharacterData(LocEnd);