Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp2086 StmtResult Parser::ParseCXXCatchBlock(bool FnCatch) { in ParseCXXCatchBlock() argument
2099 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()
/external/clang/include/clang/Parse/
DParser.h1729 StmtResult ParseCXXCatchBlock(bool FnCatch = false);