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

References

tools/clang/lib/AST/ASTImporter.cpp
 6010   ExpectedSLoc ToTryLocOrErr = import(S->getTryLoc());
 6014   ExpectedStmt ToTryBlockOrErr = import(S->getTryBlock());
 6018   SmallVector<Stmt *, 1> ToHandlers(S->getNumHandlers());
 6019   for (unsigned HI = 0, HE = S->getNumHandlers(); HI != HE; ++HI) {
 6020     CXXCatchStmt *FromHandler = S->getHandler(HI);