Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp2487 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()
2523 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()
2568 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2601 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2643 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
H A DParseStmt.cpp966 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()
1089 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser
2428 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
H A DParseExpr.cpp3611 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
H A DParseExprCXX.cpp1472 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2095 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);