Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2648 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon() argument
2655 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2692 StmtResult Handler(ParseCXXCatchBlock(FnTry)); in ParseCXXTryBlockCommon()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2259 StmtResult ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry = false);