Home | History | Annotate | Download | only in Frontend

Lines Matching defs:LocEnd

1107   SourceLocation LocEnd = Method->getLocEnd();
1109 if (SM->getExpansionLineNumber(LocEnd) >
1112 ReplaceText(LocEnd, 1, ";\n#endif\n");
1176 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1177 ReplaceText(LocEnd, strlen("@end"), "/* @end */");
1181 const char *endBuf = SM->getCharacterData(LocEnd);
1380 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1383 const char *endBuf = SM->getCharacterData(LocEnd);
1395 SourceLocation LocEnd = OMD->getCompoundBody()->getLocStart();
1398 const char *endBuf = SM->getCharacterData(LocEnd);
4061 SourceLocation LocEnd = CDecl->getEndOfDefinitionLoc();
4064 const char *endBuf = SM->getCharacterData(LocEnd);
4070 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
4117 endBuf += Lexer::MeasureTokenLength(LocEnd, *SM, LangOpts);
4915 SourceLocation LocEnd = CE->getRParenLoc();
4921 if (!Rewriter::isRewritable(LocStart) || !Rewriter::isRewritable(LocEnd))
4925 const char *endBuf = SM->getCharacterData(LocEnd);