HomeSort by: relevance | last modified time | path
    Searched defs:catchStmt (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 508 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I);
510 if (catchStmt->getCatchParamDecl()) {
511 if (Decl *DS = catchStmt->getCatchParamDecl())
515 if (auto *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) {

Completed in 21 milliseconds