Home | History | Annotate | Download | only in Frontend

Lines Matching refs:LocEnd

1132   SourceLocation LocEnd = Method->getLocEnd();
1134 if (SM->getExpansionLineNumber(LocEnd) >
1137 ReplaceText(LocEnd, 1, ";\n#endif\n");
1190 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1191 ReplaceText(LocEnd, strlen("@end"), "/* @end */\n");
1195 const char *endBuf = SM->getCharacterData(LocEnd);
1389 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1392 const char *endBuf = SM->getCharacterData(LocEnd);
1400 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1403 const char *endBuf = SM->getCharacterData(LocEnd);
3997 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc();
4000 const char *endBuf = SM->getCharacterData(LocEnd);
4006 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
4053 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
4849 SourceLocation LocEnd = CE->getRParenLoc();
4855 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
4859 const char *endBuf = SM->getCharacterData(LocEnd);