Home | History | Annotate | Download | only in Frontend

Lines Matching refs:LocEnd

957   SourceLocation LocEnd = Method->getLocEnd();
959 if (SM->getExpansionLineNumber(LocEnd) >
962 ReplaceText(LocEnd, 1, ";\n#endif\n");
1008 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1009 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1013 const char *endBuf = SM->getCharacterData(LocEnd);
1181 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1184 const char *endBuf = SM->getCharacterData(LocEnd);
1192 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1195 const char *endBuf = SM->getCharacterData(LocEnd);
3124 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc();
3127 const char *endBuf = SM->getCharacterData(LocEnd);
3133 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
3228 InsertText(LocEnd.getLocWithOffset(1), ";");
3230 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
3933 SourceLocation LocEnd = CE->getRParenLoc();
3939 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
3943 const char *endBuf = SM->getCharacterData(LocEnd);