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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1880 SourceLocation rParenLoc = Catch->getRParenLoc(); local
1883 const char *rParenBuf = SM->getCharacterData(rParenLoc);
1889 ReplaceText(rParenLoc, bodyBuf-rParenBuf+1, " = _caught;");
H A DRewriteModernObjC.cpp2009 SourceLocation rParenLoc = Catch->getRParenLoc(); local
2010 const char *rParenBuf = SM->getCharacterData(rParenLoc);

Completed in 372 milliseconds