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

/external/clang/include/clang/AST/
H A DStmtObjC.h207 const ObjCAtCatchStmt *getCatchStmt(unsigned I) const { function in class:clang::ObjCAtTryStmt
213 ObjCAtCatchStmt *getCatchStmt(unsigned I) {
/external/clang/lib/Sema/
H A DSemaStmt.cpp2669 CXXCatchStmt *getCatchStmt() const { return stmt; } function in class:__anon246::TypeWithHandler
2720 << curr.getCatchStmt()->getCaughtType().getAsString();
2723 << prev.getCatchStmt()->getCaughtType().getAsString();

Completed in 320 milliseconds