Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp2017 StmtResult Handler(ParseCXXCatchBlock(FnTry)); in ParseCXXTryBlockCommon()
2040 StmtResult Parser::ParseCXXCatchBlock(bool FnCatch) { in ParseCXXCatchBlock() function in Parser
/external/clang/include/clang/Parse/
DParser.h1654 StmtResult ParseCXXCatchBlock(bool FnCatch = false);