Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2393 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody() local
2396 if (FnBody.isInvalid()) { in ParseFunctionStatementBody()
2398 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, {}, false); in ParseFunctionStatementBody()
2402 return Actions.ActOnFinishFunctionBody(Decl, FnBody.get()); in ParseFunctionStatementBody()
2425 StmtResult FnBody(ParseCXXTryBlockCommon(TryLoc, /*FnTry*/true)); in ParseFunctionTryBlock() local
2428 if (FnBody.isInvalid()) { in ParseFunctionTryBlock()
2430 FnBody = Actions.ActOnCompoundStmt(LBraceLoc, LBraceLoc, {}, false); in ParseFunctionTryBlock()
2434 return Actions.ActOnFinishFunctionBody(Decl, FnBody.get()); in ParseFunctionTryBlock()