• Home
  • Raw
  • Download

Lines Matching refs:LocEnd

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