Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp866 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()
927 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser
1951 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
DParseObjc.cpp2508 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()
2544 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()
2586 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2612 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2647 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
DParseExpr.cpp2855 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
DParseExprCXX.cpp1316 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
/external/clang/include/clang/Parse/
DParser.h1693 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);