Searched refs:CatchStatement (Results 1 – 2 of 2) sorted by relevance
271 struct CatchStatement : public Statement { struct275 CatchStatement(Variable* exception); argument276 virtual ~CatchStatement() = default;
320 CatchStatement::CatchStatement(Variable* e) in CatchStatement() function in android::aidl::java::CatchStatement323 void CatchStatement::Write(CodeWriter* to) const { in Write()