HomeSort by relevance Sort by last modified time
    Searched defs:catchStmt (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 898 /// catchStmt()
900 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXCatchStmt> catchStmt;
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 461 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I);
463 if (catchStmt->getCatchParamDecl()) {
464 if (Decl *DS = catchStmt->getCatchParamDecl())
468 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) {
    [all...]

Completed in 69 milliseconds