Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExceptionDecl

2103   Decl *ExceptionDecl = nullptr;
2116 ExceptionDecl = Actions.ActOnExceptionDeclarator(getCurScope(), ExDecl);
2132 return Actions.ActOnCXXCatchBlock(CatchLoc, ExceptionDecl, Block.get());