Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp850 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()
908 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser
1914 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
DParseObjc.cpp2454 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()
2490 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()
2532 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2558 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
2593 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
DParseExpr.cpp2807 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
DParseExprCXX.cpp1248 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
/external/clang/include/clang/Parse/
DParser.h1661 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);