Searched defs:getCatchStmt (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtObjC.h205 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { function in class:clang::ObjCAtTryStmt
211 ObjCAtCatchStmt *getCatchStmt(unsigned I) {
/external/clang/lib/Sema/
H A DSemaStmt.cpp3173 CXXCatchStmt *getCatchStmt() const { return stmt; } function in class:__anon18097::TypeWithHandler
3225 << curr.getCatchStmt()->getCaughtType().getAsString();
3228 << prev.getCatchStmt()->getCaughtType().getAsString();

Completed in 46 milliseconds