Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp2567 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true)); in ParseFunctionTryBlock()
2629 return ParseCXXTryBlockCommon(TryLoc); in ParseCXXTryBlock()
2648 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon() function in Parser
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h2259 StmtResult ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry = false);