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

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp1866 const char *lParenLoc = strchr(startBuf, '('); local
1883 ReplaceText(startLoc, lParenLoc-startBuf+1, buf);
1892 ReplaceText(startLoc, lParenLoc-startBuf+1, buf);

Completed in 69 milliseconds