Home
last modified time | relevance | path

Searched defs:CatchListExpr (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenodes.h66 class CatchListExpr; variable
5330 CatchListExpr(const QueryLoc& aQueryLoc) in CatchListExpr() function
H A Dparsenode_print_dot_visitor.cpp3266 void ParseNodePrintDOTVisitor::end_visit(const CatchListExpr&, void*) in end_visit()