HomeSort by relevance Sort by last modified time
    Searched refs:CatchStmt (Results 1 - 2 of 2) 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...]

Completed in 644 milliseconds