Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2480 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()
2516 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()
2560 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2593 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2635 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
H A DParseStmt.cpp912 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()
1034 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser
2271 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
H A DParseExpr.cpp3533 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
H A DParseExprCXX.cpp1471 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2073 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);