Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExDecl

2187     Declarator ExDecl(DS, Declarator::CXXCatchContext);
2188 ParseDeclarator(ExDecl);
2189 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl);