Searched refs:catchStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DStmtPrinter.cpp463 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); local
465 if (catchStmt->getCatchParamDecl()) {
466 if (Decl *DS = catchStmt->getCatchParamDecl())
470 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) {

Completed in 85 milliseconds