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

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 184 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I);
185 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();
190 Handler.Body = CatchStmt->getCatchBody();
CGObjCMac.cpp     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 440 ObjCAtCatchStmt *catchStmt = Node->getCatchStmt(I);
442 if (catchStmt->getCatchParamDecl()) {
443 if (Decl *DS = catchStmt->getCatchParamDecl())
447 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(catchStmt->getCatchBody())) {
    [all...]

Completed in 52 milliseconds