Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp498 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt() local
500 if (catchStmt->getCatchParamDecl()) { in VisitObjCAtTryStmt()
501 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
505 if (auto *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) { in VisitObjCAtTryStmt()