Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp509 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt() local
511 if (catchStmt->getCatchParamDecl()) { in VisitObjCAtTryStmt()
512 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
516 if (auto *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) { in VisitObjCAtTryStmt()