Searched refs:iscatchvar (Results 1 – 4 of 4) sorted by relevance
254 bool iscatchvar() const; // this is the exception object variable in catch() clause255 bool iscatchvar(bool v);
1096 bool iscatchvar; /// this is the exception object variable in catch() clause member1420 if (iscatchvar) in callScopeDtor()
963 if (v.isScope() && !v.iscatchvar) // special case: allow catch var to be rethrown in checkThrowEscape()
4076 c.var.iscatchvar = true; in catchSemantic()