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

References

tools/clang/lib/AST/ASTImporter.cpp
 6114   for (unsigned CI = 0, CE = S->getNumCatchStmts(); CI != CE; ++CI) {
 6114   for (unsigned CI = 0, CE = S->getNumCatchStmts(); CI != CE; ++CI) {
 6115     ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI);
 6117       ToCatchStmts[CI] = *ToCatchStmtOrErr;