Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExDecl

2146     Declarator ExDecl(DS, Declarator::CXXCatchContext);
2147 ParseDeclarator(ExDecl);
2148 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl);