Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:startLoc

416                                            SourceLocation StartLoc=SourceLocation(),
426 SourceLocation StartLoc=SourceLocation(),
757 SourceLocation StartLoc = IFace->getLocStart();
761 StartLoc == (*DI)->getLocStart())
782 SourceLocation StartLoc = Proto->getLocStart();
786 StartLoc == (*DI)->getLocStart())
934 SourceLocation startLoc = PID->getLocStart();
935 InsertText(startLoc, "// ");
936 const char *startBuf = SM->getCharacterData(startLoc);
940 startGetterSetterLoc = startLoc.getLocWithOffset(semiBuf-startBuf+1);
1071 SourceLocation startLoc = ClassDecl->getLocStart();
1072 const char *startBuf = SM->getCharacterData(startLoc);
1075 ReplaceText(startLoc, semiPtr-startBuf+1, typedefString);
1633 SourceLocation startLoc = S->getLocStart();
1636 ReplaceText(startLoc, strlen("break"), buf);
1663 SourceLocation startLoc = S->getLocStart();
1666 startLoc, strlen("continue"), buf);
1711 SourceLocation startLoc = S->getLocStart();
1712 const char *startBuf = SM->getCharacterData(startLoc);
1768 ReplaceText(startLoc, startCollectionBuf - startBuf, buf);
1772 SourceLocation lparenLoc = startLoc.getLocWithOffset(rparenBuf-startBuf);
1885 SourceLocation startLoc = S->getLocStart();
1886 const char *startBuf = SM->getCharacterData(startLoc);
1897 ReplaceText(startLoc, lparenBuf-startBuf+1, buf);
1911 RParenExprLoc = startLoc.getLocWithOffset(RParenExprLocBuf-startBuf);
1947 SourceLocation startLoc = S->getAtLoc();
1948 ReplaceText(startLoc, strlen("@autoreleasepool"), "/* @autoreleasepool */");
1970 SourceLocation startLoc = S->getLocStart();
1971 const char *startBuf = SM->getCharacterData(startLoc);
1975 ReplaceText(startLoc, 1, buf);
1978 ReplaceText(startLoc, 1, "");
1984 startLoc = Catch->getLocStart();
1995 startBuf = SM->getCharacterData(startLoc);
2004 ReplaceText(startLoc, rParenBuf-startBuf+1, Result);
2022 ReplaceText(startLoc, 1, "");
2061 SourceLocation startLoc = S->getLocStart();
2062 const char *startBuf = SM->getCharacterData(startLoc);
2076 ReplaceText(startLoc, wBuf-startBuf+1, buf);
2082 SourceLocation semiLoc = startLoc.getLocWithOffset(semiBuf-startBuf);
2117 SourceLocation StartLoc,
2318 SourceLocation startLoc;
2320 startLoc = ECE->getLParenLoc();
2322 startLoc = E->getLocStart();
2323 startLoc = SM->getExpansionLoc(startLoc);
2324 const char *endBuf = SM->getCharacterData(startLoc);
2651 SourceLocation StartLoc = Exp->getLocStart();
2665 StartLoc, EndLoc);
2674 SelExprs, StartLoc, EndLoc);
2715 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2735 SourceLocation StartLoc = Exp->getLocStart();
2790 StartLoc, EndLoc);
2800 SelExprs, StartLoc, EndLoc);
2839 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2859 SourceLocation StartLoc = Exp->getLocStart();
2938 StartLoc, EndLoc);
2947 SelExprs, StartLoc, EndLoc);
2996 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
3231 SourceLocation StartLoc,
3293 ClsExprs, StartLoc, EndLoc);
3297 StartLoc, EndLoc);
3358 StartLoc, EndLoc);
3388 StartLoc, EndLoc);
3392 StartLoc, EndLoc);
3462 SelExprs, StartLoc, EndLoc);
3572 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
5225 SourceLocation startLoc;
5228 startLoc = ECE->getLParenLoc();
5230 startLoc = E->getLocStart();
5231 startLoc = SM->getExpansionLoc(startLoc);
5232 endBuf = SM->getCharacterData(startLoc);
5236 const char *startInitializerBuf = SM->getCharacterData(startLoc);
5241 startLoc.getLocWithOffset(separatorBuf-startInitializerBuf);
5612 SourceLocation startLoc = MessExpr->getLocStart();
5615 const char *startBuf = SM->getCharacterData(startLoc);
5625 // InsertText(startLoc, messString);
5627 // ReplaceText(startLoc, 0, messString.c_str(), messString.size());