Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseObjc.cpp2476 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()
2512 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()
2556 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2589 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2631 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
HDParseStmt.cpp896 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()
1012 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser
2204 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
HDParseExpr.cpp3312 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
HDParseExprCXX.cpp1494 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h2018 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);