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 998 /// catchStmt()
1000 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXCatchStmt> catchStmt;
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 465 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I);
467 if (catchStmt->getCatchParamDecl()) {
468 if (Decl *DS = catchStmt->getCatchParamDecl())
472 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) {
    [all...]

Completed in 3279 milliseconds