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

  /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...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 225 REGISTER_MATCHER(catchStmt);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 998 /// catchStmt()
1000 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXCatchStmt> catchStmt;
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 476 milliseconds