Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp1781 StmtResult body(ParseCompoundStatementBody()); in ParseObjCSynchronizedStmt()
1817 StmtResult TryBody(ParseCompoundStatementBody()); in ParseObjCTryStmt()
1859 CatchBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
1885 FinallyBody = ParseCompoundStatementBody(); in ParseObjCTryStmt()
1920 StmtResult AutoreleasePoolBody(ParseCompoundStatementBody()); in ParseObjCAutoreleasePoolStmt()
DParseStmt.cpp706 return ParseCompoundStatementBody(isStmtExpr); in ParseCompoundStatement()
755 StmtResult Parser::ParseCompoundStatementBody(bool isStmtExpr) { in ParseCompoundStatementBody() function in Parser
1989 StmtResult FnBody(ParseCompoundStatementBody()); in ParseFunctionStatementBody()
DParseExpr.cpp2478 StmtResult Stmt(ParseCompoundStatementBody()); in ParseBlockLiteralExpression()
DParseExprCXX.cpp945 StmtResult Stmt(ParseCompoundStatementBody()); in ParseLambdaExpressionAfterIntroducer()
/external/clang/include/clang/Parse/
DParser.h1454 StmtResult ParseCompoundStatementBody(bool isStmtExpr = false);