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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1978 SourceLocation semiLoc = startLoc.getLocWithOffset(semiBuf-startBuf); local
1979 ReplaceText(semiLoc, 1, ");");
4311 SourceLocation semiLoc = local
4314 InsertText(semiLoc, "}");
H A DRewriteModernObjC.cpp2060 SourceLocation semiLoc = startLoc.getLocWithOffset(semiBuf-startBuf); local
2062 ReplaceText(semiLoc, 1, ");");

Completed in 210 milliseconds