Home | History | Annotate | Download | only in Frontend

Lines Matching defs:LocEnd

949   SourceLocation LocEnd = Method->getLocEnd();
951 if (SM->getExpansionLineNumber(LocEnd) >
954 ReplaceText(LocEnd, 1, ";\n#endif\n");
1012 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1013 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1017 const char *endBuf = SM->getCharacterData(LocEnd);
1190 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1193 const char *endBuf = SM->getCharacterData(LocEnd);
1205 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1208 const char *endBuf = SM->getCharacterData(LocEnd);
3170 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc();
3173 const char *endBuf = SM->getCharacterData(LocEnd);
3179 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
3274 InsertText(LocEnd.getLocWithOffset(1), ";");
3276 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
3981 SourceLocation LocEnd = CE->getRParenLoc();
3987 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
3991 const char *endBuf = SM->getCharacterData(LocEnd);