Lines Matching defs:startLoc
924 SourceLocation startLoc = PID->getBeginLoc();
925 InsertText(startLoc, "// ");
926 const char *startBuf = SM->getCharacterData(startLoc);
930 startGetterSetterLoc = startLoc.getLocWithOffset(semiBuf-startBuf+1);
1061 SourceLocation startLoc = ClassDecl->getBeginLoc();
1062 const char *startBuf = SM->getCharacterData(startLoc);
1065 ReplaceText(startLoc, semiPtr-startBuf+1, typedefString);
1613 SourceLocation startLoc = S->getBeginLoc();
1616 ReplaceText(startLoc, strlen("break"), buf);
1643 SourceLocation startLoc = S->getBeginLoc();
1646 ReplaceText(startLoc, strlen("continue"), buf);
1691 SourceLocation startLoc = S->getBeginLoc();
1692 const char *startBuf = SM->getCharacterData(startLoc);
1748 ReplaceText(startLoc, startCollectionBuf - startBuf, buf);
1752 SourceLocation lparenLoc = startLoc.getLocWithOffset(rparenBuf-startBuf);
1865 SourceLocation startLoc = S->getBeginLoc();
1866 const char *startBuf = SM->getCharacterData(startLoc);
1877 ReplaceText(startLoc, lparenBuf-startBuf+1, buf);
1891 RParenExprLoc = startLoc.getLocWithOffset(RParenExprLocBuf-startBuf);
1926 SourceLocation startLoc = S->getAtLoc();
1927 ReplaceText(startLoc, strlen("@autoreleasepool"), "/* @autoreleasepool */");
1949 SourceLocation startLoc = S->getBeginLoc();
1950 const char *startBuf = SM->getCharacterData(startLoc);
1954 ReplaceText(startLoc, 1, buf);
1957 ReplaceText(startLoc, 1, "");
1962 startLoc = Catch->getBeginLoc();
1974 startBuf = SM->getCharacterData(startLoc);
1983 ReplaceText(startLoc, rParenBuf-startBuf+1, Result);
2001 ReplaceText(startLoc, 1, "");
2040 SourceLocation startLoc = S->getBeginLoc();
2041 const char *startBuf = SM->getCharacterData(startLoc);
2055 ReplaceText(startLoc, wBuf-startBuf+1, buf);
2061 SourceLocation semiLoc = startLoc.getLocWithOffset(semiBuf-startBuf);
2296 SourceLocation startLoc;
2298 startLoc = ECE->getLParenLoc();
2300 startLoc = E->getBeginLoc();
2301 startLoc = SM->getExpansionLoc(startLoc);
2302 const char *endBuf = SM->getCharacterData(startLoc);
5118 SourceLocation startLoc;
5121 startLoc = ECE->getLParenLoc();
5123 startLoc = E->getBeginLoc();
5124 startLoc = SM->getExpansionLoc(startLoc);
5125 endBuf = SM->getCharacterData(startLoc);
5129 const char *startInitializerBuf = SM->getCharacterData(startLoc);
5134 startLoc.getLocWithOffset(separatorBuf-startInitializerBuf);
5485 SourceLocation startLoc = MessExpr->getBeginLoc();
5488 const char *startBuf = SM->getCharacterData(startLoc);
5498 // InsertText(startLoc, messString);
5500 // ReplaceText(startLoc, 0, messString.c_str(), messString.size());