HomeSort by: relevance | last modified time | path
    Searched refs:rparenLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 2146 SourceLocation categoryLoc, rparenLoc;
2168 rparenLoc = ConsumeParen();
2551 SourceLocation RParenLoc;
2554 RParenLoc = ConsumeParen();
2567 RParenLoc,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 1668 SourceLocation rparenLoc = startLoc.getLocWithOffset(endBuf-startBuf);
1677 ReplaceText(rparenLoc, 1, buf);
1876 SourceLocation rParenLoc = Catch->getRParenLoc();
1879 const char *rParenBuf = SM->getCharacterData(rParenLoc);
1885 ReplaceText(rParenLoc, bodyBuf-rParenBuf+1, " = _caught;");

Completed in 30 milliseconds