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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp777 SourceLocation onePastSemiLoc = local
844 InsertText(onePastSemiLoc, Getr);
887 InsertText(onePastSemiLoc, Setr);
1755 SourceLocation onePastSemiLoc = startLoc.getLocWithOffset(semiBuf-startBuf+1); local
1761 InsertText(onePastSemiLoc, "}");
1777 SourceLocation onePastSemiLoc = startLoc.getLocWithOffset(semiBuf-startBuf+1); local
1785 InsertText(onePastSemiLoc, "}");

Completed in 231 milliseconds