Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseCXXCatchBlock

2136       StmtResult Handler(ParseCXXCatchBlock(FnTry));
2149 /// ParseCXXCatchBlock - Parse a C++ catch block, called handler in the standard
2159 StmtResult Parser::ParseCXXCatchBlock(bool FnCatch) {