Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2552 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true)); in ParseFunctionTryBlock()
2614 return ParseCXXTryBlockCommon(TryLoc); in ParseCXXTryBlock()
2633 StmtResult Parser::ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry) { in ParseCXXTryBlockCommon() function in Parser
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2201 StmtResult ParseCXXTryBlockCommon(SourceLocation TryLoc, bool FnTry = false);