Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExceptionDecl

2176   Decl *ExceptionDecl = 0;
2189 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl);
2205 return Actions.ActOnCXXCatchBlock(CatchLoc, ExceptionDecl, Block.take());