Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2545 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()
2582 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()
2629 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2660 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2701 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
H A DParseStmt.cpp1042 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()
1180 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser
2529 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
H A DParseExpr.cpp3866 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
H A DParseExprCXX.cpp1621 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2190 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);