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

References

tools/clang/lib/AST/ASTImporter.cpp
 6105       S->getAtTryLoc(), S->getTryBody(), S->getFinallyStmt());
 6105       S->getAtTryLoc(), S->getTryBody(), S->getFinallyStmt());
 6105       S->getAtTryLoc(), S->getTryBody(), S->getFinallyStmt());
 6113   SmallVector<Stmt *, 1> ToCatchStmts(S->getNumCatchStmts());
 6114   for (unsigned CI = 0, CE = S->getNumCatchStmts(); CI != CE; ++CI) {
 6115     ObjCAtCatchStmt *FromCatchStmt = S->getCatchStmt(CI);