reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1826     VarDecl *catchDecl = Catch->getCatchParamDecl();
 1832     startLoc = Catch->getBeginLoc();
 1839     if (Catch->hasEllipsis()) {
 1841       lastCatchBody = Catch->getCatchBody();
 1844       assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' &&
 1867       lastCatchBody = Catch->getCatchBody();
 1868       SourceLocation rParenLoc = Catch->getRParenLoc();