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

/external/clang/lib/Rewrite/
H A DRewriteModernObjC.cpp1924 SourceLocation semiLoc = startLoc.getLocWithOffset(semiBuf-startBuf); local
1926 ReplaceText(semiLoc, 1, ");");
4885 SourceLocation semiLoc = local
4888 InsertText(semiLoc, "}");
H A DRewriteObjC.cpp2001 SourceLocation semiLoc = startLoc.getLocWithOffset(semiBuf-startBuf); local
2002 ReplaceText(semiLoc, 1, ");");
4412 SourceLocation semiLoc = local
4415 InsertText(semiLoc, "}");

Completed in 50 milliseconds