Home
last modified time | relevance | path

Searched refs:ParseCXXCatchBlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2692 StmtResult Handler(ParseCXXCatchBlock(FnTry)); in ParseCXXTryBlockCommon()
2715 StmtResult Parser::ParseCXXCatchBlock(bool FnCatch) { in ParseCXXCatchBlock() function in Parser
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2260 StmtResult ParseCXXCatchBlock(bool FnCatch = false);