Searched defs:onePastSemiLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp777 SourceLocation onePastSemiLoc = local
843 InsertText(onePastSemiLoc, Getr);
885 InsertText(onePastSemiLoc, Setr);
1750 SourceLocation onePastSemiLoc = startLoc.getLocWithOffset(semiBuf-startBuf+1); local
1756 InsertText(onePastSemiLoc, "}");
1773 SourceLocation onePastSemiLoc = startLoc.getLocWithOffset(semiBuf-startBuf+1); local
1781 InsertText(onePastSemiLoc, "}");

Completed in 611 milliseconds