Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp279 return ParseCompoundStatement(); in ParseStatementOrDeclarationAfterAttributes()
552 StmtResult TryBlock(ParseCompoundStatement( in ParseSEHTryBlock()
623 StmtResult Block(ParseCompoundStatement()); in ParseSEHExceptBlock()
647 StmtResult Block(ParseCompoundStatement()); in ParseSEHFinallyBlock()
930 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr) { in ParseCompoundStatement() function in Parser
931 return ParseCompoundStatement(isStmtExpr, in ParseCompoundStatement()
957 StmtResult Parser::ParseCompoundStatement(bool isStmtExpr, in ParseCompoundStatement() function in Parser
2549 StmtResult TryBlock(ParseCompoundStatement( in ParseCXXTryBlockCommon()
2654 StmtResult Block(ParseCompoundStatement()); in ParseCXXCatchBlock()
2676 StmtResult Compound = ParseCompoundStatement(); in ParseMicrosoftIfExistsStatement()
H A DParseExpr.cpp2897 StmtResult Stmt(ParseCompoundStatement(true)); in ParseParenExpression()
H A DParsePragma.cpp841 StmtResult R = ParseCompoundStatement(); in HandlePragmaCaptured()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2090 StmtResult ParseCompoundStatement(bool isStmtExpr = false);
2091 StmtResult ParseCompoundStatement(bool isStmtExpr,