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

  /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...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 898 /// catchStmt()
900 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXCatchStmt> catchStmt;
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 374 milliseconds