Lines Matching defs:startLoc
925 SourceLocation startLoc = PID->getBeginLoc();
926 InsertText(startLoc, "// ");
927 const char *startBuf = SM->getCharacterData(startLoc);
931 startGetterSetterLoc = startLoc.getLocWithOffset(semiBuf-startBuf+1);
1062 SourceLocation startLoc = ClassDecl->getBeginLoc();
1063 const char *startBuf = SM->getCharacterData(startLoc);
1066 ReplaceText(startLoc, semiPtr-startBuf+1, typedefString);
1614 SourceLocation startLoc = S->getBeginLoc();
1617 ReplaceText(startLoc, strlen("break"), buf);
1644 SourceLocation startLoc = S->getBeginLoc();
1647 ReplaceText(startLoc, strlen("continue"), buf);
1692 SourceLocation startLoc = S->getBeginLoc();
1693 const char *startBuf = SM->getCharacterData(startLoc);
1749 ReplaceText(startLoc, startCollectionBuf - startBuf, buf);
1753 SourceLocation lparenLoc = startLoc.getLocWithOffset(rparenBuf-startBuf);
1866 SourceLocation startLoc = S->getBeginLoc();
1867 const char *startBuf = SM->getCharacterData(startLoc);
1878 ReplaceText(startLoc, lparenBuf-startBuf+1, buf);
1892 RParenExprLoc = startLoc.getLocWithOffset(RParenExprLocBuf-startBuf);
1927 SourceLocation startLoc = S->getAtLoc();
1928 ReplaceText(startLoc, strlen("@autoreleasepool"), "/* @autoreleasepool */");
1950 SourceLocation startLoc = S->getBeginLoc();
1951 const char *startBuf = SM->getCharacterData(startLoc);
1955 ReplaceText(startLoc, 1, buf);
1958 ReplaceText(startLoc, 1, "");
1963 startLoc = Catch->getBeginLoc();
1975 startBuf = SM->getCharacterData(startLoc);
1984 ReplaceText(startLoc, rParenBuf-startBuf+1, Result);
2002 ReplaceText(startLoc, 1, "");
2041 SourceLocation startLoc = S->getBeginLoc();
2042 const char *startBuf = SM->getCharacterData(startLoc);
2056 ReplaceText(startLoc, wBuf-startBuf+1, buf);
2062 SourceLocation semiLoc = startLoc.getLocWithOffset(semiBuf-startBuf);
2297 SourceLocation startLoc;
2299 startLoc = ECE->getLParenLoc();
2301 startLoc = E->getBeginLoc();
2302 startLoc = SM->getExpansionLoc(startLoc);
2303 const char *endBuf = SM->getCharacterData(startLoc);
5134 SourceLocation startLoc;
5137 startLoc = ECE->getLParenLoc();
5139 startLoc = E->getBeginLoc();
5140 startLoc = SM->getExpansionLoc(startLoc);
5141 endBuf = SM->getCharacterData(startLoc);
5145 const char *startInitializerBuf = SM->getCharacterData(startLoc);
5150 startLoc.getLocWithOffset(separatorBuf-startInitializerBuf);
5519 SourceLocation startLoc = MessExpr->getBeginLoc();
5522 const char *startBuf = SM->getCharacterData(startLoc);
5532 // InsertText(startLoc, messString);
5534 // ReplaceText(startLoc, 0, messString.c_str(), messString.size());