Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp508 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I); in VisitObjCAtTryStmt() local
510 if (catchStmt->getCatchParamDecl()) { in VisitObjCAtTryStmt()
511 if (Decl *DS = catchStmt->getCatchParamDecl()) in VisitObjCAtTryStmt()
515 if (auto *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) { in VisitObjCAtTryStmt()