Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1974 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon() argument
1980 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2017 StmtResult Handler(ParseCXXCatchBlock(FnTry)); in ParseCXXTryBlockCommon()
/external/clang/include/clang/Parse/
DParser.h1653 StmtResult ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry = false);