Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp293 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()
595 StmtResult TryBlock(ParseCompoundStatement( in ParseSEHTryBlock()
666 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()
690 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()
994 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser
995 return ParseCompoundStatement(isStmtExpr, in ParseCompoundStatement()
1021 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser
2637 StmtResult TryBlock(ParseCompoundStatement( in ParseCXXTryBlockCommon()
2742 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()
2764 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
H A DParseExpr.cpp3017 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
H A DParsePragma.cpp946 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2126 StmtResult ParseCompoundStatement(bool isStmtExpr = false);
2127 StmtResult ParseCompoundStatement(bool isStmtExpr,