Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:startLoc

361                                            SourceLocation StartLoc=SourceLocation(),
365 SourceLocation StartLoc=SourceLocation(),
690 SourceLocation StartLoc = IFace->getLocStart();
694 StartLoc == (*DI)->getLocStart())
715 SourceLocation StartLoc = Proto->getLocStart();
719 StartLoc == (*DI)->getLocStart())
785 SourceLocation startLoc = PID->getLocStart();
786 InsertText(startLoc, "// ");
787 const char *startBuf = SM->getCharacterData(startLoc);
792 startLoc.getLocWithOffset(semiBuf-startBuf+1);
919 SourceLocation startLoc = ClassDecl->getLocStart();
920 const char *startBuf = SM->getCharacterData(startLoc);
923 ReplaceText(startLoc, semiPtr-startBuf+1, typedefString);
1515 SourceLocation startLoc = S->getLocStart();
1518 ReplaceText(startLoc, strlen("break"), buf);
1532 SourceLocation startLoc = S->getLocStart();
1535 ReplaceText(startLoc, strlen("continue"), buf);
1580 SourceLocation startLoc = S->getLocStart();
1581 const char *startBuf = SM->getCharacterData(startLoc);
1634 ReplaceText(startLoc, startCollectionBuf - startBuf, buf);
1638 SourceLocation lparenLoc = startLoc.getLocWithOffset(rparenBuf-startBuf);
1751 SourceLocation startLoc = S->getLocStart();
1752 const char *startBuf = SM->getCharacterData(startLoc);
1761 ReplaceText(startLoc, lparenBuf-startBuf+1, buf);
1775 RParenExprLoc = startLoc.getLocWithOffset(RParenExprLocBuf-startBuf);
1823 SourceLocation startLoc = S->getLocStart();
1824 const char *startBuf = SM->getCharacterData(startLoc);
1828 ReplaceText(startLoc, 1, buf);
1831 ReplaceText(startLoc, 1, "");
1837 startLoc = Catch->getLocStart();
1846 startBuf = SM->getCharacterData(startLoc);
1855 ReplaceText(startLoc, rParenBuf-startBuf+1, Result);
1873 ReplaceText(startLoc, 1, "");
1905 SourceLocation startLoc = S->getLocStart();
1906 const char *startBuf = SM->getCharacterData(startLoc);
1920 ReplaceText(startLoc, wBuf-startBuf+1, buf);
1924 SourceLocation semiLoc = startLoc.getLocWithOffset(semiBuf-startBuf);
1964 FunctionDecl *FD, Expr **args, unsigned nargs, SourceLocation StartLoc,
2162 SourceLocation startLoc;
2164 startLoc = ECE->getLParenLoc();
2166 startLoc = E->getLocStart();
2167 startLoc = SM->getExpansionLoc(startLoc);
2168 const char *endBuf = SM->getCharacterData(startLoc);
2506 SourceLocation StartLoc = Exp->getLocStart();
2526 StartLoc, EndLoc);
2538 StartLoc, EndLoc);
2581 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2603 SourceLocation StartLoc = Exp->getLocStart();
2666 StartLoc, EndLoc);
2679 StartLoc, EndLoc);
2720 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2742 SourceLocation StartLoc = Exp->getLocStart();
2831 StartLoc, EndLoc);
2844 StartLoc, EndLoc);
2895 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
2971 SourceLocation StartLoc,
3038 StartLoc,
3048 StartLoc, EndLoc);
3117 StartLoc, EndLoc);
3149 StartLoc, EndLoc);
3158 StartLoc, EndLoc);
3235 StartLoc,
3347 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
4848 SourceLocation startLoc;
4851 startLoc = ECE->getLParenLoc();
4853 startLoc = E->getLocStart();
4854 startLoc = SM->getExpansionLoc(startLoc);
4855 endBuf = SM->getCharacterData(startLoc);
4882 const char *startInitializerBuf = SM->getCharacterData(startLoc);
4886 startLoc.getLocWithOffset(semiBuf-startInitializerBuf);
5253 SourceLocation startLoc = MessExpr->getLocStart();
5256 const char *startBuf = SM->getCharacterData(startLoc);
5266 // InsertText(startLoc, messString.c_str(), messString.size());
5268 // ReplaceText(startLoc, 0, messString.c_str(), messString.size());