HomeSort by: relevance | last modified time | path
    Searched defs:CatchStmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.cpp 167 const ObjCAtCatchStmt *CatchStmt = S.getCatchStmt(I);
168 const VarDecl *CatchDecl = CatchStmt->getCatchParamDecl();
173 Handler.Body = CatchStmt->getCatchBody();
CGObjCMac.cpp 4792 const ObjCAtCatchStmt *CatchStmt = AtTryStmt->getCatchStmt(I);
4794 const VarDecl *CatchParam = CatchStmt->getCatchParamDecl();
4823 CGF.EmitStmt(CatchStmt->getCatchBody());
4869 CGF.EmitStmt(CatchStmt->getCatchBody());

Completed in 27 milliseconds