HomeSort by relevance Sort by last modified time
    Searched full:catchstmt (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 193 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I);
194 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();
199 Handler.Body = CatchStmt->getCatchBody();
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 459 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I);
461 if (catchStmt->getCatchParamDecl()) {
462 if (Decl *DS = catchStmt->getCatchParamDecl())
466 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) {
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 118 REGISTER_MATCHER(catchStmt);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 1092 /// catchStmt()
1094 const internal::VariadicDynCastAllOfMatcher<Stmt, CXXCatchStmt> catchStmt;
    [all...]
  /external/clang/docs/
LibASTMatchersReference.html 455 <tr><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1Stmt.html">Stmt</a>&gt;</td><td class="name" onclick="toggle('catchStmt0')"><a name="catchStmt0Anchor">catchStmt</a></td><td>Matcher&lt<a href="http://clang.llvm.org/doxygen/classclang_1_1CXXCatchStmt.html">CXXCatchStmt</a>&gt;...</td></tr>
459 catchStmt()
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 898 milliseconds